Files: c8d99be502a496e485cae703eed1e18dc149870b / docs / port.md
1425 bytesRaw
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
Table of Contents
constructor
a simple repsentation of a port
Properties
ticks
Interger the last know number of ticks the corrisponding container is at
queue
queues a message on the port
Parameters
message
Message
peek
returns the message at the front of the queue
Returns Message
dequeue
dequeue a message
Returns Message
size
returns the size of the queue
Returns Integer
Built with git-ssb-web