WIP: API docs

This commit is contained in:
Tristan B. Kildaire 2020-06-23 09:19:56 +02:00
parent bef0c0f740
commit 0a74099fa7
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@ tristanable
Tag-based asynchronous messaging framework
## Usage
The entry point is via the `Manager` type, so first create an instance as follows (passing the endpoint `Socket` in as `socket` in this example)
```d
Manager manager = new Manager(socket);
```
Now the event loop would have started.
**TODO**
## Format
```