eventcore 0.8.27

Pro-actor 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.

DUB Package Posix Build Status Windows Build Status

Supported drivers and operating systems

DriverLinuxWindowsmacOSFreeBSDAndroidiOS
SelectEventDriveryesyesyesyes¹
EpollEventDriveryes
WinAPIEventDriveryes
KqueueEventDriveryesyes¹
LibasyncEventDriver—¹—¹—¹—¹

¹ planned, but not currenly implemented

Supported compilers

The following compilers are tested and supported:

  • DMD 2.077.1
  • DMD 2.076.1
  • DMD 2.075.1
  • DMD 2.074.1
  • DMD 2.073.2
  • DMD 2.072.2
  • DMD 2.071.2
  • LDC 1.6.0
  • LDC 1.5.0
  • LDC 1.4.0
  • LDC 1.3.0
  • LDC 1.2.0
  • LDC 1.1.0

Driver development status

Feature \ EventDriverSelectEpollWinAPIKqueueLibasync
TCP Socketsyesyesyesyes
UDP Socketsyesyesyesyes
USDSyesyesyes
DNSyesyesyesyes
Timersyesyesyesyes
Eventsyesyesyesyes
Unix Signalsyes²yes
Filesyesyesyesyes
UI Integrationyes¹yes¹yesyes¹
File watcheryes²yesyesyes²

¹ Manually, by adopting the X11 display connection socket

² Systems other than Linux use a polling implementation

Open questions

  • Error code reporting
  • Enqueued writes
  • Use the type system to prohibit passing thread-local handles to foreign threads
Dependencies:
taggedalgebraic
Versions:
0.9.29 2024-Mar-15
0.9.28 2024-Jan-12
0.9.27 2023-Dec-13
0.9.26 2023-Sep-16
0.9.25 2023-Mar-17
Show all 102 versions
Download Stats:
  • 1355 downloads today

  • 9358 downloads this week

  • 26844 downloads this month

  • 1663770 downloads total

Score:
4.7
Short URL:
eventcore.dub.pm