Uses of Class
com.github.tonivade.purefun.effect.PureIO.Async
Packages that use PureIO.Async
-
Uses of PureIO.Async in com.github.tonivade.purefun.effect
Methods in com.github.tonivade.purefun.effect with parameters of type PureIO.AsyncModifier and TypeMethodDescriptionPureIO.executeAsync(R env, PureIO.Async<R, E, A> current, PureIOConnection connection, Promise<Either<E, A>> promise) private static <R,E, A> void PureIO.setCancelToken(R env, PureIO.Async<R, E, A> current, PureIOConnection connection, Promise<Either<E, A>> promise)