Emilua API Reference actor system inbox For the latest stable version, please use Emilua API 0.10! 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. asio_error spawn_vm