Skip to content

Commit e3f875a

Browse files
authored
Remove TODO comments, not planning to implement this
1 parent 0db1516 commit e3f875a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/sync/context.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ func propagateCancel(parent Context, child canceler) {
206206
p.children[child] = struct{}{}
207207
}
208208
} else {
209-
// TODO: support custom context implementations with their own `Done` channel
210209
panic("not implemented")
211210
// go func() {
212211
// s := NewSelector()

internal/sync/context_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func TestWithCancel(t *testing.T) {
4444
require.True(t, canceled)
4545
}
4646

47-
// TODO: Support custom context implementations with their own `Done` channel
4847
// type myDoneCtx struct {
4948
// Context
5049
// }

0 commit comments

Comments
 (0)