Implement async event streaming
This commit is contained in:
3
Tests/InotifyIntegrationTests/Utilities/createFile.swift
Normal file
3
Tests/InotifyIntegrationTests/Utilities/createFile.swift
Normal file
@@ -0,0 +1,3 @@
|
||||
func createFile(at path: String, contents: String = "") throws {
|
||||
try contents.write(toFile: path, atomically: false, encoding: .utf8)
|
||||
}
|
||||
Reference in New Issue
Block a user