Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd4c192

Browse filesBrowse files
committed
v3.0.2
1 parent 6d88f96 commit cd4c192
Copy full SHA for cd4c192

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 3.0.2
2+
3+
- README update
4+
15
# Version 3.0.1
26

37
- README update

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-global-executor"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
55
description = "A global executor built on top of async-executor and async-io"
66
edition = "2021"

‎README.md

Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.