git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: b9146a54337ee2e23648e5af29faaff8c1737969

Files: b9146a54337ee2e23648e5af29faaff8c1737969 / docs / actor.md

3322 bytesRaw

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

Table of Contents

constructor

actor.js:17-26

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

Parameters

shutdown

actor.js:31-35

Runs the shutdown routine for the actor

startup

actor.js:40-42

Runs the startup routine for the actor

runMessage

actor.js:50-61

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:67-73

updates the number of ticks that the actor has run

Parameters

createActor

actor.js:80-83

creates an actor

Parameters

send

actor.js:100-105

sends a message to a given port

Parameters

Built with git-ssb-web