Getting the Current Runtime in a Non-Effect Part of the App
If I can get the current fiber using
const fiber = Option.getOrThrow(Fiber.getCurrentFiber()); in a non effect-part of the app, how can I get the current runtime?