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

Function succeed

packages/effect/src/internal/fiber.ts:375–375  ·  view source on GitHub ↗
(value: A)

Source from the content-addressed store, hash-verified

373
374/** @internal */
375export const succeed = <A>(value: A): Fiber.Fiber<A> => done(Exit.succeed(value))
376
377const void_: Fiber.Fiber<void> = succeed(void 0)
378export {

Callers 1

fiber.tsFile · 0.70

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected