Xuanwo commented on issue #7612: URL: https://github.com/apache/arrow-rs/issues/7612#issuecomment-2944881109
One idea I have is to introduce a `MaybeSend`, similar to what we did in opendal: https://github.com/apache/opendal/blob/37efe24235388788b892f46e4101d59ecd37918c/core/src/raw/futures_util.rs#L43-L58 This approach will work until we have a true multi-threaded WASM runtime. Simply removing the `Send` bound could cause breaking changes for our downstream users. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
