Function
managedRuntimeRt
(mrt: ManagedRuntime.ManagedRuntime<A, E>)
Source from the content-addressed store, hash-verified
| 648 | |
| 649 | // somehow mrt.runtimeEffect doesnt work sync, but this workaround works fine? not sure why though as the layers are generally only sync |
| 650 | const managedRuntimeRt = <A, E>(mrt: ManagedRuntime.ManagedRuntime<A, E>) => mrt.runSync(Effect.context<A>()) |
| 651 | |
| 652 | type Base = I18n | Toast |
| 653 | type Mix = ApiClientFactory | Commander | Base |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…