We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 390397d + d422915 commit 3eb0b23Copy full SHA for 3eb0b23
README.md
@@ -10,7 +10,6 @@ A global executor built on top of async-executor and async-io
10
11
* `async-io`: if enabled, `async-global-executor` will use `async_io::block_on` instead of
12
`futures_lite::future::block_on` internally. this is preferred if your application also uses `async-io`.
13
-* `blocking`: enable the use of the `blocking` crate through `async_global_executor::spawn_blocking`.
14
* `tokio`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
15
tokio 1.0 runtime, spawning a new one if required.
16
* `tokio03`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
0 commit comments