git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 8b45001673d47c52d4b2968aec2f1e3493835633

Files: 8b45001673d47c52d4b2968aec2f1e3493835633 / docs / actor.md

5048 bytesRaw

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

Table of Contents

constructor

actor.js:15-31

the Actor 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 actor's message queue

Parameters

create

actor.js:60-66

runs the creation routine for the actor

Parameters

Returns Promise

shutdown

actor.js:95-97

Runs the shutdown routine for the actor

startup

actor.js:102-104

Runs the startup routine for the actor

runMessage

actor.js:112-132

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:138-141

updates the number of ticks that the actor has run

Parameters

createActor

actor.js:148-151

creates an actor

Parameters

send

actor.js:168-174

sends a message to a given port

Parameters

Built with git-ssb-web