Files
swift-inotify/Sources/CInotify/module.modulemap
T. R. Bernstein 098339f9d1 Implement init/deinit of inotify system
Use RAII to handle inotify resource lifetime, i.e. initialize with actor
creation and deinitialize with actor deletion.
2026-03-11 17:50:17 +01:00

5 lines
60 B
Plaintext

module CInotify [system] {
header "cinotify.h"
export *
}