Skip to content

Commit 7e1dca4

Browse files
committed
Export Detach trait
1 parent 8a01c70 commit 7e1dca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/al8n/wg"
66
repository = "https://github.com/al8n/wg.git"
77
documentation = "https://docs.rs/wg/"
88
readme = "README.md"
9-
version = "0.8.2"
9+
version = "0.8.3"
1010
license = "MIT OR Apache-2.0"
1111
keywords = ["waitgroup", "async", "sync", "notify", "wake"]
1212
categories = ["asynchronous", "concurrency", "data-structures"]

src/future.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use core::{
66
task::{Context, Poll},
77
};
88

9-
pub use agnostic_lite::AsyncSpawner;
9+
pub use agnostic_lite::{AsyncSpawner, Detach};
1010

1111
#[cfg(feature = "smol")]
1212
pub use agnostic_lite::smol::SmolSpawner;

0 commit comments

Comments
 (0)