Easy-to-use event-loop dispatcher framework for D-based applications http://deavmi.assigned.network/projects/eventy
Go to file
Tristan B. Velloza Kildaire 217688767a Added yield to stop starving the mutex on our side. They (API users) could of course still starve it on their side, so they should use functions not to rapidly else event-loop gets no time to dispatch events they add. 2021-09-07 14:05:31 +02:00
source/eventy Added yield to stop starving the mutex on our side. They (API users) could of course still starve it on their side, so they should use functions not to rapidly else event-loop gets no time to dispatch events they add. 2021-09-07 14:05:31 +02:00
.gitignore first commit 2021-08-27 15:46:51 +02:00
dub.json first commit 2021-08-27 15:46:51 +02:00
dub.selections.json first commit 2021-08-27 15:46:51 +02:00
libeventdisp.a Added a few methods for Signal and Engine 2021-08-28 11:41:21 +02:00