/** * @tsplus static effect/core/stream/Channel.Ops interruptAs */ export function interruptAs( fiberId: FiberId ): Channel { return Channel.failCause(Cause.interrupt(fiberId)) }