LanguageExt.Core
LanguageExt.Core ► Effects ► IO ► DSL
Contents
record InvokeSyncIO <A> Source #
Methods
method IO<A> Invoke (EnvIO envIO) Source #
record InvokeAsyncIO <A> Source #
method ValueTask<IO<A>> Invoke (EnvIO envIO) Source #
record InvokeSync <A> Source #
method A Invoke (EnvIO envIO) Source #
record InvokeAsync <A> Source #
method ValueTask<A> Invoke (EnvIO envIO) Source #