Closed ENvironmentSet closed 1 year ago
The example of unsafeRunAsync uses unsafeRunSync, not unsafeRunAsyn. This seems to be typo, should be fixed with unsafeRunAsync.
unsafeRunAsync
unsafeRunSync
unsafeRunAsyn
The example of
unsafeRunAsync
usesunsafeRunSync
, notunsafeRunAsyn
. This seems to be typo, should be fixed withunsafeRunAsync
.