commit | d52a0995c5d2014d3725d52e6e2a6832601fc236 | [log] [download] |
---|---|---|
author | Florian Nücke <florian@nuecke.de> | Mon Oct 28 23:18:14 2013 +0100 |
committer | Florian Nücke <florian@nuecke.de> | Mon Oct 28 23:18:14 2013 +0100 |
tree | 8607df5928d1f900fd87573f5d0873d459f57a26 | |
parent | 7cf9fadd886ed90ac0724c167ba424773af6b084 [diff] |
less derpy environment "sandboxing" for shell.execute, instead tracking events per thread now, and removing those of dead threads; thus, programs are now run in their own coroutines, which also allows emulation of cc's yield behavior (pulling events = signals); no label = null instead of empty string now