Multi-user multi-tasking OS for OpenComputers
Go to file
Izaya 8e59a8a82d Title was derped. 2017-04-19 03:54:24 +10:00
modules Fixed lossy events. 2017-04-19 03:42:25 +10:00
README.md Title was derped. 2017-04-19 03:54:24 +10:00
build.cfg Imported stuff. 2017-04-19 02:40:25 +10:00
build.lua Imported stuff. 2017-04-19 02:40:25 +10:00
modules.cfg Imported stuff. 2017-04-19 02:40:25 +10:00
testboot.lua Imported stuff. 2017-04-19 02:40:25 +10:00

README.md

MultICE

The MultIplexed Computing Environment for OpenComputers

Base OS API

s(name,function,environment)

Spawns a process from function under the name name, with the environment table specified in environment. Environment doesn't really have much use right now.

l()

Returns the last event. Doesn't actually work right now.

h(...)

Pushes an event to the queue, with whatever data you specify. Generally used for IPC.