Preparing search index...
The search index is not available
sdk-v2
sdk-v2
@zeitgeistpm/utility
async
Channel
Type alias Channel<T>
Channel
<
T
>
:
PromiseLike
<
T
>
&
AsyncIterable
<
T
>
&
{
end
:
(
(
value
:
T
)
=>
void
)
;
put
:
(
(
value
:
T
)
=>
void
)
;
take
:
(
(
)
=>
Promise
<
T
>
)
;
}
Async Channel ala Go
Generic
T - type of values in the channel
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
sdk-
v2
@zeitgeistpm/indexer
@zeitgeistpm/rpc
@zeitgeistpm/sdk
@zeitgeistpm/utility
aeither
array
assert
async
btreemap
codec
either
error
function
infinity
null
object
observable
option
pfunc
task
taskeither
time
ztg
@zeitgeistpm/web3.storage
IPFS
Local
Storage
Memory
Channel
Channel
Buffer
Deferred
Returned
returned
channel
deferred
delay
is
Deferred
is
Returned
Generated using
TypeDoc
Async Channel ala Go
Generic
T - type of values in the channel