git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 117c53c2cb29134b4c0284d6d85a610d902a8c08

Files: 117c53c2cb29134b4c0284d6d85a610d902a8c08 / docs / port.md

1425 bytesRaw

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

Table of Contents

constructor

port.js:7-10

a simple repsentation of a port

Properties

queue

port.js:16-19

queues a message on the port

Parameters

peek

port.js:25-27

returns the message at the front of the queue

Returns Message

dequeue

port.js:33-35

dequeue a message

Returns Message

size

port.js:41-43

returns the size of the queue

Returns Integer

Built with git-ssb-web