Docs.rs
async-event-emitter-0.1.4
async-event-emitter 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
spencerjibz
Dependencies
anyhow ^1.0.95
normal
bincode ^1.3.3
normal
dashmap ^6.1.0
normal
futures ^0.3.31
normal
lazy_static ^1.5.0
normal
serde ^1.0.217
normal
uuid ^1.13.1
normal
tokio ^1.43.0
dev
Versions
42.86%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
event_
emitter
0.1.4
async_event_emitter
Type Alias
AsyncCB
Copy item path
Source
pub type AsyncCB = dyn
Fn
(
Vec
<
u8
>) ->
BoxFuture
<'static,
()
> +
Send
+
Sync
+ 'static;