Mclose
Bun

method

worker_threads.MessagePort.close

close(): void;

Disables further sending of messages on either side of the connection. This method can be called when no further communication will happen over this MessagePort.

The 'close' event is emitted on both MessagePort instances that are part of the channel.