Docs.rs
drumbeat-0.1.1
drumbeat 0.1.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
patrickhadlaw
Dependencies
lazy_static ^1.4.0
normal
log ^0.4
normal
num_cpus ^1.13.0
normal
rand ^0.8.3
normal
Versions
21.25%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate drumbeat
drumbeat
0.1.1
All Items
Crate Items
Modules
Crate
drumbeat
Copy item path
Source
Expand description
Drumbeat is:
a real-time focused, observer pattern based, multithreaded event system.
a real-time focused synchronization library implementing thread workers, thread pools and a multithreaded runtime.
Modules
§
event
This module contains drumbeat’s core event system. The module is organized into the following sub modules:
sync
Drumbeat synchronization mechanisms.
utils