FuturesUnordered<BoxFuture<'_, Result<()>>> except this doesn't work becauseBucket is not Sync/Send - ok, easy to fix, but annoying that I have to do this and indicative of the larger problemRc<RefCell<wasm_bindgen_futures::Inner>> is not Sync/Send - much more difficult to fix since I'd have to rewrite a bunch of the API