Skip to content

Synchronization primitive "Wait Group" from sync/go/WaitGroup in Rust-way.

Notifications You must be signed in to change notification settings

Apostoln/WaitGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaitGroup

Crate for synchronization primitive "Wait Group" in Rust. See go/sync/WaitGroup.

Rust-docs and manual in English will be soon.

Wait groups

  • ManualWaitGroup -- go-like Wait Group with manual processing of internal counter.
  • GuardWaitGroup -- RAII-wrapper for ManualWaitGroup
  • SmartWaitGroup -- Wait group with separate Waiter and Doer.

Manual

Manual [ru]

About

Synchronization primitive "Wait Group" from sync/go/WaitGroup in Rust-way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages