Files: 317d79e49cb56dd81cb9c94072cd24ad6a825757 / docs / kernel.md
3232 bytesRaw
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
Table of Contents
constructor
the ExoInterface manages the varous message passing functions and provides an interface for the containers to use
Parameters
queue
adds a message to this containers message queue
Parameters
run
run the kernels code with a given enviroment The Kernel Stores all of its state in the Environment. The Interface is used to by the VM to retrive infromation from the Environment.
Parameters
message
init
(optional, defaultfalse
)
Returns Promise
incrementTicks
updates the number of ticks that the container has run
Parameters
count
Number the number of ticks to add
createMessage
creates a new message
Parameters
opts
data
any
send
sends a message to a given port
Parameters
port
message
Message the messageportRef
Object the port
Built with git-ssb-web