import * as asyncChannels from "https://deno.land/x/async_channels@v1.0.0-rc8/mod.ts";
Classes
AbortedError | The |
BroadcastChannel | |
Channel | |
InvalidTransitionError | The |
SendOnClosedError | The |
time.Ticker | A Ticker holds a channel that delivers “ticks” of a clock at intervals. |
time.Timer | |
UnreachableError |
Variables
defaultBroadcastSendMode | |
pipe.otherTopics | |
time.after |
|
time.tick |
|
time.timeout |
|
Functions
Interfaces
BroadcastChannelOptions | |
ChannelOptions | Extra options for new channels. |
ClosedReceiver | |
pipe.ChannelDuplicateOptions | |
pipe.ChannelPipeOptions | Options for pipe operations. |
SelectOptions | Extra options used for the |