@@ -285,7 +285,7 @@ const channelsByCollection = diagnostics_channel.tracingChannel({
285285#### ` diagnostics_channel.boundedChannel(nameOrChannels) `
286286
287287<!-- YAML
288- added: REPLACEME
288+ added: v26.1.0
289289-->
290290
291291> Stability: 1 - Experimental
@@ -670,7 +670,7 @@ channel.runStores({ some: 'message' }, () => {
670670#### ` channel.withStoreScope(data) `
671671
672672<!-- YAML
673- added: REPLACEME
673+ added: v26.1.0
674674-->
675675
676676> Stability: 1 - Experimental
@@ -727,7 +727,7 @@ ch.bindStore(store, (message) => {
727727### Class: ` RunStoresScope `
728728
729729<!-- YAML
730- added: REPLACEME
730+ added: v26.1.0
731731-->
732732
733733> Stability: 1 - Experimental
@@ -1147,7 +1147,7 @@ if (channels.hasSubscribers) {
11471147### Class: ` BoundedChannel `
11481148
11491149<!-- YAML
1150- added: REPLACEME
1150+ added: v26.1.0
11511151-->
11521152
11531153> Stability: 1 - Experimental
@@ -1165,7 +1165,7 @@ dynamically.
11651165#### ` boundedChannel.hasSubscribers `
11661166
11671167<!-- YAML
1168- added: REPLACEME
1168+ added: v26.1.0
11691169-->
11701170
11711171* Returns: {boolean} ` true ` if any of the individual channels has a subscriber,
@@ -1196,7 +1196,7 @@ if (wc.hasSubscribers) {
11961196#### ` boundedChannel.subscribe(handlers) `
11971197
11981198<!-- YAML
1199- added: REPLACEME
1199+ added: v26.1.0
12001200-->
12011201
12021202* ` handlers ` {Object} Set of channel subscribers
@@ -1239,7 +1239,7 @@ wc.subscribe({
12391239#### ` boundedChannel.unsubscribe(handlers) `
12401240
12411241<!-- YAML
1242- added: REPLACEME
1242+ added: v26.1.0
12431243-->
12441244
12451245* ` handlers ` {Object} Set of channel subscribers
@@ -1282,7 +1282,7 @@ wc.unsubscribe(handlers);
12821282#### ` boundedChannel.run(context, fn[, thisArg[, ...args]]) `
12831283
12841284<!-- YAML
1285- added: REPLACEME
1285+ added: v26.1.0
12861286-->
12871287
12881288* ` context ` {Object} Shared object to correlate events through
@@ -1321,7 +1321,7 @@ const result = wc.run({ operationId: '123' }, () => {
13211321#### ` boundedChannel.withScope([context]) `
13221322
13231323<!-- YAML
1324- added: REPLACEME
1324+ added: v26.1.0
13251325-->
13261326
13271327* ` context ` {Object} Shared object to correlate events through
@@ -1366,7 +1366,7 @@ const context = { operationId: '123' };
13661366### Class: ` BoundedChannelScope `
13671367
13681368<!-- YAML
1369- added: REPLACEME
1369+ added: v26.1.0
13701370-->
13711371
13721372> Stability: 1 - Experimental
@@ -1859,7 +1859,6 @@ Emitted when [`process.execve()`][] is invoked.
18591859
18601860<!-- YAML
18611861added:
1862- - v26.0.0
18631862 - v25.9.0
18641863 - v24.15.0
18651864-->
0 commit comments