git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 47cdaf541c5fb70cd51572ef2e40fda377cfe086

Files: 47cdaf541c5fb70cd51572ef2e40fda377cfe086 / docs / hypervisor.md

3595 bytesRaw

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

Table of Contents

constructor

index.js:10-15

The Hypervisor manages the container instances by instantiating them and destorying them when possible. It also facilitates localating Containers

Parameters

send

index.js:23-27

sends a message

Parameters

Returns Promise a promise that resolves once the receiving container is loaded

getActor

index.js:52-63

gets an existsing actor

Parameters

Returns Promise

createActor

index.js:71-95

creates an instance of an Actor

Parameters

createStateRoot

index.js:108-111

creates a state root starting from a given container and a given number of ticks

Parameters

Returns Promise

registerContainer

index.js:119-124

regirsters a container with the hypervisor

Parameters

Built with git-ssb-web