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
+
1
5
# Version 3.0.1
2
6
3
7
- README update
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-global-executor"
3
- version = " 3.0.1 "
3
+ version = " 3.0.2 "
4
4
authors = [
" Marc-Antoine Perennou <[email protected] >" ]
5
5
description = " A global executor built on top of async-executor and async-io"
6
6
edition = " 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
12
12
` futures_lite::future::block_on ` internally. this is preferred if your application also uses ` async-io ` .
13
13
* ` tokio ` : if enabled, ` async-global-executor ` will ensure that all tasks that you will spawn run in the context of a
14
14
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.
19
15
20
16
# Examples
21
17
You can’t perform that action at this time.
0 commit comments