Crate local_sync

source ·
Expand description

Local Sync is a crate that providing non-thread-safe data structures useful for async programming. If you use a runtime with thread-per-core model(for example the Monoio), you may use this crate to avoid the cost of communicating across threads.

Modules

Structs

  • A thread-safe cell that can be written to only once.

Enums