What is the reason for this pull request?
Implemented #49.
What was added, removed or changed in this pull request?
Added Echo.Core.Common.Compute.Async and modified various files related to it. The main class that was added is AsyncOperation which allows the C# async and await syntax inside the Echo compute system.
What is the reason for this pull request? Implemented #49.
What was added, removed or changed in this pull request? Added
Echo.Core.Common.Compute.Async
and modified various files related to it. The main class that was added isAsyncOperation
which allows the C#async
andawait
syntax inside the Echo compute system.Contributors @GaryHuan9