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?
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?