blvm-node 0.1.3

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
6
7
//! Timer and scheduled task system for modules
//!
//! Allows modules to register periodic timers and one-time scheduled tasks.

pub mod manager;

pub use manager::TimerManager;