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
- Host: GitHub
- URL: https://github.com/isc30/dotnet-core-async-console
- Owner: isc30
- Created: 2018-07-05T00:25:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T00:29:56.000Z (about 8 years ago)
- Last Synced: 2025-01-18T02:43:55.556Z (over 1 year ago)
- Topics: async, console, dotnet-core
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```