refactor: get zine watcher to build in flow
This commit is contained in:
parent
6950c8559f
commit
2efe19d743
7 changed files with 90 additions and 30 deletions
8
src/watcher/Debouncer.zig
Normal file
8
src/watcher/Debouncer.zig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const std = @import("std");
|
||||
|
||||
const Debouncer = @This();
|
||||
|
||||
/// Thread-safe. To be called when a new event comes in
|
||||
pub fn newEvent(d: *Debouncer) void {
|
||||
_ = d;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue