• through
  • thumb
  • thox
thox, a modular multitasking system for ComputerCraft
Logo
thox, a modular multitasking system for ComputerCraft
  • Onboarding
    • Running thox
  • Howtos
    • How to set up a GPS cluster with thox?
    • How to transfer a file between two devices?
  • Discussion topics
    • initd: process manager with thox IPC
      • Contexts and interactions
      • thox process manager
    • fsd: filesystem daemon
    • gpsd: GPS locating daemon
    • modemd: modem networking daemon
    • rand: random and entropy production daemon
  • Code reference
    • initd internals
    • Runtime APIs
      • thox native process runtime API
  • RPC APIs reference
    • initd (RPC API)
    • fsd (RPC API)
    • gpsd (RPC API)
    • modemd (RPC API)
    • rand (RPC API)
Back to top

Runtime APIs#

thox provides a few libraries for helping to develop components for the system. These sections describe libraries you have to require and are not accessible through system calls.

  • thox native process runtime API
    • Process related calls
    • Context related calls
    • Events
    • Asynchronous RPC
    • Synchronous RPC
    • Other functions
Next
thox native process runtime API
Previous
initd internals
Copyright © 2020-2021, Thomas Touhey
Made with Sphinx and @pradyunsg's Furo