diff --git a/language-ext/LanguageExt.Core/Effects/IO/index.html b/language-ext/LanguageExt.Core/Effects/IO/index.html index 66d84d1..3b53b0b 100644 --- a/language-ext/LanguageExt.Core/Effects/IO/index.html +++ b/language-ext/LanguageExt.Core/Effects/IO/index.html @@ -18,12 +18,6 @@
property EnvIO -LocalResources -Source -# +Local +Source +#
property EnvIO -LocalCancel -Source -# +LocalResources +Source +#
property EnvIO -LocalSyncContext -Source -# +LocalCancel +Source +#
method +
property EnvIO -FromToken - -(CancellationToken token) -Source -# +LocalSyncContext +Source +#
-Creates a new EnvIO and registers it with the token
provided, so if the token
gets
-a cancellation signal then so will any computation that uses the EnvIO
.
param | -token | -Token to register with - |
returns | -Constructed EnvIO - |
method -EnvIO -FromToken -(Resources resources, CancellationToken token) -Source -# -
-Creates a new EnvIO and registers it with the token
provided, so if the token
gets
-a cancellation signal then so will any computation that uses the EnvIO
.
param | -resources | -Resources collection to use instead of letting EnvIO construct one - |
param | -token | -Token to register with - |
returns | -Constructed EnvIO - |