O
Ognjen Bezanov
Hello
I need to find a way to 'fork' a function into the background yet still
be able to send commands to it.
I am writing a media player, and I have a function which plays the
media. I want to be able to run this function but to (at the same time)
be able to send commands from it (e.g. pause, play etc...)
How could I do this?
any help appreciated.
I need to find a way to 'fork' a function into the background yet still
be able to send commands to it.
I am writing a media player, and I have a function which plays the
media. I want to be able to run this function but to (at the same time)
be able to send commands from it (e.g. pause, play etc...)
How could I do this?
any help appreciated.