git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: df84d7871808036fce1c56eaa79c0565b9b5ddb6

Files: df84d7871808036fce1c56eaa79c0565b9b5ddb6 / docs / actor.md

5050 bytesRaw

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

Table of Contents

constructor

actor.js:17-32

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

Parameters

mintCap

actor.js:39-44

Mints a new capabilitly with a given tag

Parameters

Returns Object

queue

actor.js:51-54

adds a message to this actor's message queue

Parameters

create

actor.js:61-67

runs the creation routine for the actor

Parameters

Returns Promise

shutdown

actor.js:98-103

Runs the shutdown routine for the actor

startup

actor.js:108-110

Runs the startup routine for the actor

runMessage

actor.js:118-138

run the Actor with a given message

Parameters

Returns Promise

incrementTicks

actor.js:144-147

updates the number of ticks that the actor has run

Parameters

createActor

actor.js:154-157

creates an actor

Parameters

send

actor.js:174-181

sends a message to a given port

Parameters

Built with git-ssb-web