Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages