Files
swift-inotify/Tests/InotifyIntegrationTests
T. R. Bernstein d2abc3355e Keep every event by default
Events were buffered with `bufferingNewest(512)`, so a burst of
changes silently lost all but the newest 512 events whenever the
consumer lagged. The stream now buffers without limit, and
`init(bufferingPolicy:)` lets callers choose a bounded policy.
2026-09-13 23:00:13 +02:00
..
2026-03-15 22:46:59 +01:00
2026-03-11 18:42:19 +01:00