Skip to content

Commit d422915

Browse files
authored
Merge pull request #16 from joshtriplett/readme-blocking-non-optional
2 parents 2dc331e + 3b506b7 commit d422915

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)