Skip to content

Commit

Permalink
Export Detach trait
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 20, 2024
1 parent 8a01c70 commit 7e1dca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/al8n/wg"
repository = "https://github.com/al8n/wg.git"
documentation = "https://docs.rs/wg/"
readme = "README.md"
version = "0.8.2"
version = "0.8.3"
license = "MIT OR Apache-2.0"
keywords = ["waitgroup", "async", "sync", "notify", "wake"]
categories = ["asynchronous", "concurrency", "data-structures"]
Expand Down
2 changes: 1 addition & 1 deletion src/future.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use core::{
task::{Context, Poll},
};

pub use agnostic_lite::AsyncSpawner;
pub use agnostic_lite::{AsyncSpawner, Detach};

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

0 comments on commit 7e1dca4

Please sign in to comment.