File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ # Version 3.0.2
2+
3+ - README update
4+
15# Version 3.0.1
26
37- README update
Original file line number Diff line number Diff line change 11[package ]
22name = " async-global-executor"
3- version = " 3.0.1 "
3+ version = " 3.0.2 "
44authors = [" Marc-Antoine Perennou <Marc-Antoine@Perennou.com>" ]
55description = " A global executor built on top of async-executor and async-io"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ A global executor built on top of async-executor and async-io
1212 ` futures_lite::future::block_on ` internally. this is preferred if your application also uses ` async-io ` .
1313* ` tokio ` : if enabled, ` async-global-executor ` will ensure that all tasks that you will spawn run in the context of a
1414 tokio 1.0 runtime, spawning a new one if required.
15- * ` tokio03 ` : if enabled, ` async-global-executor ` will ensure that all tasks that you will spawn run in the context of a
16- tokio 0.3 runtime, spawning a new one if required.
17- * ` tokio02 ` : if enabled, ` async-global-executor ` will ensure that all tasks that you will spawn run in the context of a
18- tokio 0.2 runtime, spawning a new one if required.
1915
2016# Examples
2117
You can’t perform that action at this time.
0 commit comments