MCPcopy
hub / github.com/Effect-TS/effect / zip

Method zip

packages/effect/src/Supervisor.ts:85–85  ·  view source on GitHub ↗

* Returns a new supervisor that performs the function of this supervisor, and * the function of the specified supervisor, producing a tuple of the outputs * produced by both supervisors.

(right: Supervisor<A>)

Source from the content-addressed store, hash-verified

83 * produced by both supervisors.
84 */
85 zip<A>(right: Supervisor<A>): Supervisor<[T, A]>
86}
87
88/**

Callers 15

fromWritableChannelFunction · 0.65
makeTempFileFactoryFunction · 0.65
parseInternalFunction · 0.65
Multipart.test.tsFile · 0.65
fromParseErrorMethod · 0.65
Effect.tst.tsFile · 0.65
Array.tst.tsFile · 0.65
Iterable.test.tsFile · 0.65
FiberRef.test.tsFile · 0.65
Fiber.test.tsFile · 0.65
Chunk.test.tsFile · 0.65

Implementers 5

ProxySupervisorpackages/effect/src/internal/superviso
Zippackages/effect/src/internal/superviso
Trackpackages/effect/src/internal/superviso
Constpackages/effect/src/internal/superviso
FibersInpackages/effect/src/internal/superviso

Calls

no outgoing calls

Tested by 2

zipParLawFunction · 0.52
countdownFunction · 0.52