MCPcopy Index your code
hub / github.com/Effect-TS/effect / asVoid

Function asVoid

packages/effect/src/Micro.ts:1377–1377  ·  view source on GitHub ↗
(self: Micro<A, E, R>)

Source from the content-addressed store, hash-verified

1375 * @category mapping & sequencing
1376 */
1377export const asVoid = <A, E, R>(self: Micro<A, E, R>): Micro<void, E, R> => flatMap(self, (_) => exitVoid)
1378
1379/**
1380 * Access the `MicroExit` of the given `Micro` effect.

Callers 1

fiberInterruptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…