git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: b3e32df171921ad8cbc02f8ac9c39e05f2d8f4ab

Files: b3e32df171921ad8cbc02f8ac9c39e05f2d8f4ab / 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