Implement init/deinit of inotify system
Use RAII to handle inotify resource lifetime, i.e. initialize with actor creation and deinitialize with actor deletion.
This commit is contained in:
4
Sources/CInotify/module.modulemap
Normal file
4
Sources/CInotify/module.modulemap
Normal file
@@ -0,0 +1,4 @@
|
||||
module CInotify [system] {
|
||||
header "cinotify.h"
|
||||
export *
|
||||
}
|
||||
Reference in New Issue
Block a user