Commit Graph

3 Commits

Author SHA1 Message Date
MaleDong 8a6ac1cdc6 Change from `async Task` to `Task`
Because the async is the wrapper of Task, we don't need to use async
again.
2018-07-30 09:56:25 +08:00
MaleDong 33570612bc Refactor of CSharp:
1) Add `Async` methods.
2) Remove uesless variables, codes.
3) Remove ConsoleApp and use UnitTest instead.
4) Add README.md instead.
2018-07-20 13:57:32 +08:00
RocherKong b65d8206ba add support for C# 2018-02-09 22:04:01 +08:00