Skip to content

Commit 3eb0b23

Browse files
committed
Merge branch 'master' of ssh://github.com/async-rs/async-global-executor
2 parents 390397d + d422915 commit 3eb0b23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ A global executor built on top of async-executor and async-io
1010

1111
* `async-io`: if enabled, `async-global-executor` will use `async_io::block_on` instead of
1212
`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`.
1413
* `tokio`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
1514
tokio 1.0 runtime, spawning a new one if required.
1615
* `tokio03`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a

0 commit comments

Comments
 (0)