screeps-async 0.3.1

Tick-aware Async runtime for Screeps
Documentation
1
2
3
4
5
6
7
//! Synchronization primitives for async contexts

mod mutex;
pub use mutex::*;

mod rwlock;
pub use rwlock::*;