We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f05404 commit 8f48f26Copy full SHA for 8f48f26
internal/sync/selector.go
@@ -1,15 +1,5 @@
1
package sync
2
3
-// type Selector interface {
4
-// AddFuture(f Future, handler func(ctx Context, f Future)) Selector
5
-
6
-// AddChannelReceive(c Channel, handler func(ctx Context, c Channel)) Selector
7
8
-// AddDefault(handler func()) Selector
9
10
-// Select(ctx Context)
11
-// }
12
13
type SelectCase interface {
14
Ready() bool
15
Handle(ctx Context)
0 commit comments