- Begin move away from global timer state. - Made logging format more consistent
@@ -1,5 +1,12 @@
package main
func signalSend(s chan<- struct{}) {
select {
case s <- struct{}{}:
default:
}
type Signal struct {
enabled AtomicBool
C chan struct{}
The note is not visible to the blocked user.