git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 544aad0311fb3d40875bbd64bbdb01d7253fe810

Files: 544aad0311fb3d40875bbd64bbdb01d7253fe810 / docs / kernel.md

3445 bytesRaw

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

Table of Contents

constructor

kernel.js:15-28

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

Parameters

queue

kernel.js:35-48

adds a message to this containers message queue

Parameters

run

kernel.js:78-98

run the kernels code with a given enviroment

Parameters

Returns Promise

incrementTicks

kernel.js:104-107

updates the number of ticks that the container has run

Parameters

createMessage

kernel.js:113-121

creates a new message

Parameters

send

kernel.js:128-145

sends a message to a given port

Parameters

Built with git-ssb-web