Skip to content

Commit

Permalink
Merge pull request #16 from joshtriplett/readme-blocking-non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe authored Feb 11, 2024
2 parents 2dc331e + 3b506b7 commit d422915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ A global executor built on top of async-executor and async-io

* `async-io`: if enabled, `async-global-executor` will use `async_io::block_on` instead of
`futures_lite::future::block_on` internally. this is preferred if your application also uses `async-io`.
* `blocking`: enable the use of the `blocking` crate through `async_global_executor::spawn_blocking`.
* `tokio`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
tokio 1.0 runtime, spawning a new one if required.
* `tokio03`: if enabled, `async-global-executor` will ensure that all tasks that you will spawn run in the context of a
Expand Down

0 comments on commit d422915

Please sign in to comment.