© 2026 Hedgehog Software, LLC
const prog = Effect.gen(function* () { const svc = yield* ShortLinkEffectService const code = yield* svc.make.code() // i want to execute this 100 times and return array of code return code }).pipe(Effect.provide([ShortLinkEffectService.Default]))