Fchannel
Bun

function

diagnostics_channel.channel

function channel(
name: string | symbol

This is the primary entry-point for anyone wanting to publish to a named channel. It produces a channel object which is optimized to reduce overhead at publish time as much as possible.

import diagnostics_channel from 'node:diagnostics_channel';

const channel = diagnostics_channel.channel('my-channel');
@param name

The channel name

@returns

The named channel object