Updated API docs

This commit is contained in:
Tristan B. Kildaire 2020-06-23 10:58:11 +02:00
parent 7787ffe1fb
commit c1712d8afe
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ manager.sendMessage(2, [6,7,8,9,0]);
Now we can start two seperate threads and wait on them both:
```d
byte[] receivedData = manager.receiveMessage(1);
```
```d
byte[] receivedData = manager.receiveMessage(2);
```
**TODO**
## Format