Skip to content

Add spawn_lazy that allows you to send a non Send future over the fence.#2

Draft
rklaehn wants to merge 3 commits intowngr:masterfrom
rklaehn:send_lazy
Draft

Add spawn_lazy that allows you to send a non Send future over the fence.#2
rklaehn wants to merge 3 commits intowngr:masterfrom
rklaehn:send_lazy

Conversation

@rklaehn
Copy link
Copy Markdown

@rklaehn rklaehn commented Mar 17, 2022

The idea is that you want to run a future that is not Send, but the function that produces that future is Send.

Let's see if this solves my problem before I make it non WIP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant