D
Detlef Grittner
Is it possible to use the thread queues in .Net, e.g.
using C#?
The Windows API call for this would be QueueUserAPCEx.
I've already found that there is the possiblity to use
QueueUserWorkItem on a thread pool, but that's not exactly
what I'm looking for.
using C#?
The Windows API call for this would be QueueUserAPCEx.
I've already found that there is the possiblity to use
QueueUserWorkItem on a thread pool, but that's not exactly
what I'm looking for.