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
There are many other popular runtimes besides Tokio, we should add modules for these runtimes too. The two in mind are smol and async_std but there are probably others.
At the same time all of these runtimes should be off by default, and opt-in via features in the dependencies. Obviously this will all be a major bump, so we can consider any changes in APIs here too.
The text was updated successfully, but these errors were encountered:
There are many other popular runtimes besides Tokio, we should add modules for these runtimes too. The two in mind are
smol
andasync_std
but there are probably others.At the same time all of these runtimes should be off by default, and opt-in via features in the dependencies. Obviously this will all be a major bump, so we can consider any changes in APIs here too.
The text was updated successfully, but these errors were encountered: