We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Channel
1 parent a60280d commit 260f5b8Copy full SHA for 260f5b8
3 files changed
async/deno.json
@@ -21,6 +21,7 @@
21
"./unstable-lazy": "./unstable_lazy.ts",
22
"./unstable-all-keyed": "./unstable_all_keyed.ts",
23
"./unstable-poll": "./unstable_poll.ts",
24
- "./unstable-pool-settled": "./unstable_pool_settled.ts"
+ "./unstable-pool-settled": "./unstable_pool_settled.ts",
25
+ "./unstable-channel": "./unstable_channel.ts"
26
}
27
0 commit comments