package
0.0.0-20211126141718-aac4589753b8
Repository: https://github.com/facebookincubator/contest.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SafeSignal is a goroutine safe signalling mechanism It can have multiple goroutines that trigger the signal without interfering with eachother (or crashing as using a channel would) Currently designed for a single waiter goroutine.