MBrace.Core


IAsyncDisposable

Namespace: MBrace.Core.Internals
Parent Module: Utils

Resource that can be disposed of asynchronouslys

Instance members

Instance memberDescription
Dispose()
Signature: unit -> Async<unit>
Modifiers: abstract

Asynchronously disposes of resource.

Fork me on GitHub