eventcore/source/eventcore
Sönke Ludwig 86ee5c9477 Remove FileChange.isDirectory.
isDir can be a huge performance issue when watching a network based directory and can effectively block the thread almost completely in case of frequent file changes. This does mean than high-level code now needs to perform the check manually, if required, and the free information provided by inotify goes unused.
2020-05-11 19:30:40 +02:00
..
drivers Remove FileChange.isDirectory. 2020-05-11 19:30:40 +02:00
internal Move shared thread pool functionality to a separate module. 2020-05-11 17:09:14 +02:00
core.d Change shutdown behavior to allow graceful handle leaks. 2018-10-26 20:40:22 +02:00
driver.d Remove FileChange.isDirectory. 2020-05-11 19:30:40 +02:00
meson.build Add support for building with meson 2020-03-26 07:58:02 +01:00
socket.d Add tests for TCP shutdown procedure and connection state handling. 2020-03-17 14:26:48 +01:00