# Functions
spawn a goroutine to execute a func, immediately returns a chan that closes upon completion of the func.
return a func that will close the signal chan.
execute a callback function after the specified signal chan closes.
No description provided by the author
No description provided by the author
periodically execute the given function, stopping once stopCh is closed.