Easy-to-use event-loop dispatcher framework for D-based applications http://deavmi.assigned.network/projects/eventy
Go to file
Tristan B. Velloza Kildaire f5ed565912 Don't waste time spinning on a mutex that cannot be unlocked, yield as it may be unlocked by another process, if not then whenever we get back here try again (repeat if same result), else fall through with lock, execute event loop, unlock and yield (as per normal) 2021-09-07 14:12:31 +02:00
source/eventy Don't waste time spinning on a mutex that cannot be unlocked, yield as it may be unlocked by another process, if not then whenever we get back here try again (repeat if same result), else fall through with lock, execute event loop, unlock and yield (as per normal) 2021-09-07 14:12: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