An open API service indexing awesome lists of open source software.

https://github.com/isc30/dotnet-core-async-console

dotnet-core ConsoleApplication with ThreadPools
https://github.com/isc30/dotnet-core-async-console

async console dotnet-core

Last synced: 2 months ago
JSON representation

dotnet-core ConsoleApplication with ThreadPools

Awesome Lists containing this project

README

          

# dotnet-core async console application
Simple dotnet core Console application with ThreadPools.

Execution result:
```
[02:21:20] Runing parallel tasks
[02:21:23] Task 2 finished! (~3s)
[02:21:25] Task 1 finished! (~5s)
[02:21:25] All tasks are completed!
[02:21:25] Wait extra 2 seconds...
[02:21:27] Another second...
[02:21:28] Done!
```