git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: e5f317ee074967d082a366e35035d77ef081fa84

Files: e5f317ee074967d082a366e35035d77ef081fa84 / docs / actor.md

3935 bytesRaw

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

Table of Contents

constructor

actor.js:15-25

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

Parameters

queue

actor.js:32-39

adds a message to this actor's message queue

Parameters

shutdown

actor.js:89-92

Runs the shutdown routine for the actor

startup

actor.js:97-99

Runs the startup routine for the actor

runMessage

actor.js:107-114

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:120-123

updates the number of ticks that the actor has run

Parameters

createActor

actor.js:130-133

creates an actor

Parameters

send

actor.js:150-155

sends a message to a given port

Parameters

Built with git-ssb-web