-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Summary
Can we consider using Send futures in this library?
Is it possible to use Send futures in the acp rust sdk instead?
Description
Currently the acp library gives !Send futures for us to spawn, which doesn't play well with the rest of the tokio ecosystem. Many crates use Send futures and use tokio::spawn, requiring channels to communicate between.
Expected Behavior: Futures are Send
Actual Behavior: Futures are !Send
ACP Version
0.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels