Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/notifier
forEachPublicationRecord
Function forEachPublicationRecord
NB: does not yet survive upgrade
https://github.com/Agoric/agoric-sdk/issues/6893
Template: T
Param: subscriber
Param: consumeValue
for
Each
Publication
Record
<
T
>
(
subscriber
,
consumeValue
)
:
Promise
<
void
>
Alpha
Type Parameters
T
Parameters
subscriber
:
Subscriber
<
T
>
consumeValue
:
(
(
v
:
T
)
=>
void
)
(
v
)
:
void
Parameters
v
:
T
Returns
void
Returns
Promise
<
void
>
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
NB: does not yet survive upgrade https://github.com/Agoric/agoric-sdk/issues/6893
Template: T
Param: subscriber
Param: consumeValue