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 @@
  • Token
  • Source
  • SyncContext
  • -
  • FromToken - -(CancellationToken token)
  • -
  • FromToken - -(Resources resources, CancellationToken token)
  • New ( @@ -31,6 +25,7 @@ CancellationToken token = default, CancellationTokenSource? source = null, SynchronizationContext? syncContext = null)
  • +
  • Local
  • LocalResources
  • LocalCancel
  • LocalSyncContext
  • @@ -1200,9 +1195,9 @@

    Properties

    property EnvIO -LocalResources -Source -# +Local +Source +#

    @@ -1223,9 +1218,9 @@

    property EnvIO -LocalCancel -Source -# +LocalResources +Source +#

    @@ -1246,9 +1241,9 @@

    property EnvIO -LocalSyncContext -Source -# +LocalCancel +Source +#

    @@ -1266,68 +1261,18 @@ -
    - -

    Methods

    -

    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.

    -
    +
    -

    Parameters

    -
    - - - -
    paramtoken

    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.

    -
    -
    -

    Parameters

    -
    - - - - - - -
    paramresources

    Resources collection to use instead of letting EnvIO construct one

    -
    paramtoken

    Token to register with

    -
    returns

    Constructed EnvIO

    -
    -
    @@ -1339,8 +1284,9 @@ +
    -
    +

    Methods

    method EnvIO New @@ -1350,7 +1296,7 @@ CancellationToken token = default, CancellationTokenSource? source = null, SynchronizationContext? syncContext = null) -Source +Source #

    @@ -1375,7 +1321,7 @@ Dispose () -Source +Source #

    @@ -1400,7 +1346,7 @@ ToString () -Source +Source #