Skip to content

Commit 260f5b8

Browse files
feat(async/unstable): add Channel (#7035)
1 parent a60280d commit 260f5b8

3 files changed

Lines changed: 905 additions & 1 deletion

File tree

async/deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"./unstable-lazy": "./unstable_lazy.ts",
2222
"./unstable-all-keyed": "./unstable_all_keyed.ts",
2323
"./unstable-poll": "./unstable_poll.ts",
24-
"./unstable-pool-settled": "./unstable_pool_settled.ts"
24+
"./unstable-pool-settled": "./unstable_pool_settled.ts",
25+
"./unstable-channel": "./unstable_channel.ts"
2526
}
2627
}

0 commit comments

Comments
 (0)