Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 305 Bytes

sync.rst

File metadata and controls

14 lines (10 loc) · 305 Bytes

sync

Thread synchronization refers to the idea that multiple threads are to join up or handshake at a certain point, in order to reach an agreement or commit to a certain sequence of action.

The sync package on Github<src/sync>.

sync/*