Attempts to execute the effect synchronously and returns its result as a zio.Exit value. If the effect cannot be entirely run synchronously, the effect will be forked and the fiber will be returned.
Attempts to execute the effect synchronously and returns its result as a zio.Exit value. If the effect cannot be entirely run synchronously, the effect will be forked and the fiber will be returned.
This method is effectful and should only be used at the edges of your application.