Posted 15 September 2012 - 09:46 AM
parallel2 is a complete rewrite of the ComputerCraft parallel API. It gives you many features over the original, including:
Versions
2
- Starting and stopping a thread from another one
- Stepping threads manually
- Sending fake events
Versions
2
- Clean up the coroutine handling code – it's much easier to read now
- Add a limit parameter to run()
- Add fork()
- Move documentation to a separate file
- Initial release