Emilua API Reference actor system inbox inbox Synopsis local inbox = require "inbox" Description Returns the inbox associated with the caller VM. Methods receive(self) → value Receives a message. close(self) Closes the channel. No further messages can be received after inbox is closed. If inbox is not imported by the time the main fiber finishes execution, it’s automatically closed. format spawn_vm