git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 1be1cba2ec920cea5294cc3638577a736d106be5

Files: 1be1cba2ec920cea5294cc3638577a736d106be5 / docs / actor.md

5046 bytesRaw

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

Table of Contents

constructor

actor.js:15-31

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

Parameters

mintCap

actor.js:38-43

Mints a new capabilitly with a given tag

Parameters

Returns Object

queue

actor.js:50-53

adds a message to this containers message queue

Parameters

create

actor.js:60-63

runs the creation routine for the actor

Parameters

Returns Promise

shutdown

actor.js:92-94

Runs the shutdown routine for the actor

startup

actor.js:99-101

Runs the startup routine for the actor

message

actor.js:109-130

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:136-139

updates the number of ticks that the container has run

Parameters

createActor

actor.js:146-149

creates an actor

Parameters

send

actor.js:166-172

sends a message to a given port

Parameters

Built with git-ssb-web