UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

10 lines (9 loc) 263 B
import * as M from "../../../../Managed/index.mjs"; import * as RunManaged from "./runManaged.mjs"; /** * Runs a channel until the end is received */ export function run(self) { return M.useNow(RunManaged.runManaged(self)); } //# sourceMappingURL=run.mjs.map