Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Latest commit

 

History

History

multi-wait

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Multi-wait

Sometimes we want multiple parallel processes to wait for a single event to finish. This can be achieved by using channels.

See the code »