Equivalent to QueueUserAPC?

  • Thread starter Thread starter Detlef Grittner
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top