git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: e16ebf5c918d09fae0df186c4804a1521397dfb9

Files: e16ebf5c918d09fae0df186c4804a1521397dfb9 / docs / actor.md

5048 bytesRaw

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

Table of Contents

constructor

actor.js:16-33

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

Parameters

mintCap

actor.js:40-45

Mints a new capabilitly with a given tag

Parameters

Returns Object

queue

actor.js:52-55

adds a message to this actor's message queue

Parameters

create

actor.js:62-68

runs the creation routine for the actor

Parameters

Returns Promise

shutdown

actor.js:97-99

Runs the shutdown routine for the actor

startup

actor.js:104-106

Runs the startup routine for the actor

runMessage

actor.js:114-134

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:140-143

updates the number of ticks that the actor has run

Parameters

createActor

actor.js:150-153

creates an actor

Parameters

send

actor.js:170-177

sends a message to a given port

Parameters

Built with git-ssb-web