git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: d6a84f3655b5a57af3ef0922429f9ef0c979c14b

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