1114 posts
Location
UK
Posted 28 June 2013 - 02:48 AM
I am making a program which has multiple "workspaces" in which you should be able to run different programs at the same time. How would you go about pausing the shell so what I do does NOT pull an event in other workspaces?
I am a complete NOOB at coroutines. :)/>
570 posts
Location
Germany
Posted 28 June 2013 - 02:51 AM
Then you should get better at coroutines. I don't know how this would be possible without a little bit of knowledge about coroutines.
1114 posts
Location
UK
Posted 28 June 2013 - 03:02 AM
Then you should get better at coroutines. I don't know how this would be possible without a little bit of knowledge about coroutines.
Ok, I'll try that :)/>
8543 posts
Posted 28 June 2013 - 11:24 AM
Yeah, KingofNoobs is correct. The whole "pausing" approach/thought process is misguided. Knowledge and use of coroutines will point toward the correct solution.