NamespaceSystemLibrary.Common.Net
Run methods in a non-blocking manner
Remarks
Might be removed at some point if little or no usage is found
Async
public static class Async
Inheritance
System.Object
Async
Methods
Remarks
All functions passed to this is ran in an unordered and non-blocking way
All functions passed will run till completion, erroring or till main thread is shut down
Remarks
All functions passed to this is ran in an unordered and non-blocking way
All functions passed will run till completion, erroring or till main thread is shut down
}