Module kernel::sync

source ·
Expand description

The sync module provides synchronization primitives for concurrent programming.

Re-exports

Modules

  • event_bus 🔒
    The event_bus module provides an EventBus that supports publish-subscribe-style communication between different tasks.
  • mutex 🔒
    The mutex module provides a mutual exclusion primitive useful for protecting shared data.