// ets_tracing: off import type * as CK from "../../../../Collections/Immutable/Chunk/index.js" import type * as Tp from "../../../../Collections/Immutable/Tuple/index.js" import type * as T from "../../../../Effect/index.js" import type * as C from "../core.js" import * as DoneCollect from "./doneCollect.js" import * as Run from "./run.js" export function runCollect( self: C.Channel ): T.Effect, OutDone]>> { return Run.run(DoneCollect.doneCollect(self)) }