eventcore 0.1.1
Experimental callback based abstraction layer over operating system asynchronous I/O facilities.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
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.
Supported drivers and operating systems
| Linux | Windows | OS X | FreeBSD
SelectEventDriver | yes | yes | yes | yes
EpollEventDriver | yes | no | no | no
IOCPEventDriver | no | yes | no | no
KqueueEventDriver | no | no | yes |
Driver development status
| SelectEventDriver | EpollEventDriver | IOCPEventDriver | KqueueEventDriver
TCP Sockets | yes | yes | no | no
UDP Sockets | no | no | no | no
USDS | no | no | no | no
DNS | no | no | no | no
Timers | yes | yes | no | no
Events | no | no | no | no
Signals | no | no | no | no
Files | no | no | no | no
UI Integration | no | no | no | no
File watcher | no | no | no | no
- Registered by Sönke Ludwig
- 0.1.1 released 8 years ago
- vibe-d/eventcore
- MIT
- Copyright © 2012-2016 rejectedsoftware e.K.
- Dependencies:
- none
- Versions:
-
0.9.34 2024-Sep-13 0.9.33 2024-Sep-10 0.9.32 2024-Sep-02 0.9.31 2024-Jul-08 0.9.30 2024-Mar-26 - Download Stats:
-
-
457 downloads today
-
3245 downloads this week
-
11280 downloads this month
-
1779876 downloads total
-
- Score:
- 4.7
- Short URL:
- eventcore.dub.pm