git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: cd5644a350c66679340731cc00c9fcf16834bdb9

Files: cd5644a350c66679340731cc00c9fcf16834bdb9 / docs / hypervisor.md

3522 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:55-63

gets an existsing actor

Parameters

Returns Promise

createActor

index.js:71-85

creates an instance of an Actor

Parameters

createStateRoot

index.js:98-101

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

Parameters

Returns Promise

registerContainer

index.js:109-111

regirsters a container with the hypervisor

Parameters

Built with git-ssb-web