You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fio: FIO.par() and FIO.zip() will now return an Array based tuple
fiber: Fiber.exit() has been renamed to Fiber.release()
fiber: Renamed Fiber to IFiber
fiber: deprecated resume inside Fiber. Use join instead of resume.
fio:FIO.asyncIO now doesn't pass the scheduler as its third argument.
Accessing scheduler can be done accessing the runtime via FIO.runtime() and the accessing scheduler property.
All APIs that need scheduler will now also need IRuntimeEnv.
runntnime: Renamed defaultRuntime().execute() to defaultRuntime().unsafeExecute()
fio:FIO.runtime() now returns a FIO<never, IRuntime, IRuntimeEnv>.