0
kicks
How to schedule Task on different thread priority? - [Export] Bnaya Es
How to schedule Task on different thread priority?How to schedule Task on different thread priority?
.NET 4 brought as the Task Parallel Library (TPL)
which is great improvement over the old threading
techniques, both in terms of API and performance.
the TPL APIs is elegant and clear, but intentionally
the TPL team didn't add API (out of the box) for scheduling
thread under different priorities.
this post deal discuss how to create custom TPL scheduler that schedule the
work units under...