Files: 67c9bed0cd1069c22fa25d29409522cfc5da85af / docs / inbox.md
2018 bytesRaw
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
Table of Contents
constructor
The inbox manages and sorts incoming messages and provides functions to wait on messages
Parameters
queue
queues a message
Parameters
message
Message
waitOnTag
Waits for a message sent with a capablitly that has one of the given tags
Parameters
Returns Promise
getNextMessage
Waits for the the next message if any
Parameters
timeout
Integer (optional, default0
)
Returns Promise
Built with git-ssb-web