SystemD - feature creep + ComputerCraft = SystemC
Go to file
Robert Miles 14f4832b22 Add process.getActive method 2019-02-07 13:13:32 -05:00
README.md Add proc table to error handler args 2018-10-20 15:50:00 -04:00
process.lua Add process.getActive method 2019-02-07 13:13:32 -05:00

README.md

SystemC

A ComputerCraft service thingamagoocus.

Goals

  • A process library
    • Spawn processes
    • Signal processes
    • Monitor processes
    • Introspection
      • See all running processes (IDs?)
      • Error handlers
        • Called with process table
        • Called with error
  • Top-Level Coroutine Override
    • No multishell