Crate drumbeat

Crate drumbeat 

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