Skip to content

Commit 3b506b7

Browse files
committed
README.md: Remove mention of blocking feature now that blocking is non-optional
1 parent 34f46e0 commit 3b506b7

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)