You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to be able to have a callback constructor equivalent to ComponentLink::callback() which executes callbacks in a future with spawn_local. I have a proof of concept at kellpossible/coster@1f9006e#diff-e8709839a6bad6639c9bbaa6aea8db01R96 and it seems to work well for my purpose. Perhaps the new method could be called LinkFuture::callback_future().
The text was updated successfully, but these errors were encountered:
* initial implementation of #1271 callback constructor for FutureLink
* #1271 fix implementations to match function signature of trait
* #1271 fix failing build
it would be nice to be able to have a callback constructor equivalent to
ComponentLink::callback()
which executes callbacks in a future withspawn_local
. I have a proof of concept at kellpossible/coster@1f9006e#diff-e8709839a6bad6639c9bbaa6aea8db01R96 and it seems to work well for my purpose. Perhaps the new method could be calledLinkFuture::callback_future()
.The text was updated successfully, but these errors were encountered: