git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: a5ab0fcd21ce8f881036e23c0db45f31bdd8ec38

Files: a5ab0fcd21ce8f881036e23c0db45f31bdd8ec38 / docs / actor.md

3460 bytesRaw

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

Table of Contents

constructor

actor.js:11-18

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

Parameters

shutdown

actor.js:23-29

Runs the shutdown routine for the actor

startup

actor.js:34-36

Runs the startup routine for the actor

runMessage

actor.js:44-56

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:62-64

updates the number of ticks that the actor has run

Parameters

createActor

actor.js:71-74

creates an actor

Parameters

send

actor.js:91-96

sends a message to a given port

Parameters

Built with git-ssb-web