Completed initial version of outbound flow
This commit is contained in:
@@ -6,3 +6,10 @@ func min(a uint, b uint) uint {
|
||||
}
|
||||
return a
|
||||
}
|
||||
|
||||
func sendSignal(c chan struct{}) {
|
||||
select {
|
||||
case c <- struct{}{}:
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user