eventcore 0.8.41

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.082.0
  • DMD 2.081.2
  • DMD 2.080.1
  • DMD 2.079.0
  • DMD 2.078.3
  • DMD 2.077.1
  • DMD 2.076.1
  • LDC 1.11.0
  • LDC 1.10.0
  • LDC 1.9.0
  • LDC 1.8.0
  • LDC 1.7.0
  • LDC 1.6.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:
  • 503 downloads today

  • 4628 downloads this week

  • 23192 downloads this month

  • 1652842 downloads total

Score:
4.7
Short URL:
eventcore.dub.pm