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
The basic from is currently implemented but entirely ignoring the coroutine support! There are various places which need to also support awaitables. This change can probably be broken down into smaller issues: there are various components providing coroutine abstractions which are then used in other components. Here is probably incomplete list of components needed:
The basic from is currently implemented but entirely ignoring the coroutine support! There are various places which need to also support awaitables. This change can probably be broken down into smaller issues: there are various components providing coroutine abstractions which are then used in other components. Here is probably incomplete list of components needed:
with_awaitable_senders
sender_awaitable
awaitable_sender
awaitable_receiver
as_awaitable
connect_awaitable_promise
is-awaitable
is-awaiter
with-await-transform
GET_AWAITER
await-suspend-result
The text was updated successfully, but these errors were encountered: