Question about callbacks

  • Thread starter Thread starter Edgardo Rossetto
  • Start date Start date
E

Edgardo Rossetto

Hey everyone:

Do callbacks need to be static?

I'm trying to implement events for some async operations with I/O and
network, but in all the examples I've seen the callbacks are static,
making it hard to implement events, is this supposed to be this way?

Is there any difference from the asyc operation point of view?
 

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