git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: f22f4faca05d5fe9f3c3e32dfb4d78ac9d5acb21

Files: f22f4faca05d5fe9f3c3e32dfb4d78ac9d5acb21 / docs / kernel.md

4068 bytesRaw

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

Table of Contents

constructor

kernel.js:16-31

the Kernel manages the varous message passing functions and provides an interface for the containers to use

Parameters

queue

kernel.js:38-41

adds a message to this containers message queue

Parameters

message

kernel.js:89-115

run the kernels code with a given enviroment

Parameters

Returns Promise

incrementTicks

kernel.js:132-135

updates the number of ticks that the container has run

Parameters

createMessage

kernel.js:141-145

creates a new message

Parameters

createInstance

kernel.js:153-168

creates a new container. Returning a port to it.

Parameters

Returns Object

send

kernel.js:175-184

sends a message to a given port

Parameters

Built with git-ssb-web