https://github.com/muhammedtas/taskbasedparallelwindowsservicerunnerexp
It includes basic template of how win services run asyncly and parallel for long running process.
https://github.com/muhammedtas/taskbasedparallelwindowsservicerunnerexp
anonymous-functions cancellationtoken delegates long-running-process parallel-programming task-runner task-scheduler windowsservices
Last synced: 2 months ago
JSON representation
It includes basic template of how win services run asyncly and parallel for long running process.
- Host: GitHub
- URL: https://github.com/muhammedtas/taskbasedparallelwindowsservicerunnerexp
- Owner: muhammedtas
- Created: 2018-10-17T21:18:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T21:41:24.000Z (over 6 years ago)
- Last Synced: 2025-02-03T13:13:04.786Z (4 months ago)
- Topics: anonymous-functions, cancellationtoken, delegates, long-running-process, parallel-programming, task-runner, task-scheduler, windowsservices
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskBasedParallelWindowsServiceRunnerExp
You can test the main services by creating new debug instance of test proj.
Main services works as expected bot asyncly and parallel, then turn the values to console page.