Set status to Error and wake any thread waiting on the status field. Only meaningful when the underlying buffer is a SharedArrayBuffer.
Block the current thread until the channel status transitions to Complete or Error. Returns the final status.
Only works with SharedArrayBuffer (requires Atomics.wait support).
Set status to Complete and wake any thread waiting on the status field. Only meaningful when the underlying buffer is a SharedArrayBuffer.