Add chansync interfaces
This commit is contained in:
parent
47c49735fc
commit
a2dbec3b4a
|
@ -0,0 +1,8 @@
|
|||
package chansync
|
||||
|
||||
// Here we'll strongly-type channels to assist correct usage, if possible.
|
||||
|
||||
type (
|
||||
Signaled <-chan struct{}
|
||||
Done <-chan struct{}
|
||||
)
|
Loading…
Reference in New Issue