Add API documentation links to README.
This commit is contained in:
parent
38536e0be9
commit
f6ac56664d
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ EventCore
|
||||||
|
|
||||||
This is a high-performance native event loop abstraction for D, focused on asynchronous I/O and GUI message integration. The API is callback (delegate) based. For a higher level fiber based abstraction, take a look at [vibe.d](https://vibed.org/).
|
This is a high-performance native event loop abstraction for D, focused on asynchronous I/O and GUI message integration. The API is callback (delegate) based. For a higher level fiber based abstraction, take a look at [vibe.d](https://vibed.org/).
|
||||||
|
|
||||||
|
The API documentation is part of vibe.d:
|
||||||
|
- [`EventDriver`](https://vibed.org/api/eventcore.driver/EventDriver)
|
||||||
|
- [`eventDriver`](https://vibed.org/api/eventcore.core/eventDriver)
|
||||||
|
- [Experimental `eventcore.socket`](https://vibed.org/api/eventcore.socket/)
|
||||||
|
|
||||||
[](https://code.dlang.org/packages/eventcore)
|
[](https://code.dlang.org/packages/eventcore)
|
||||||
[](https://travis-ci.org/vibe-d/eventcore)
|
[](https://travis-ci.org/vibe-d/eventcore)
|
||||||
[](https://ci.appveyor.com/project/s-ludwig/eventcore)
|
[](https://ci.appveyor.com/project/s-ludwig/eventcore)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue