feat: add simple two-thread watch prototype
I feel like I'm crushing it today!
This commit is contained in:
@@ -81,7 +81,7 @@ If you want `compile_commands.json` files, you should use [bear](https://github.
|
||||
- [x] First things first, let's implement something that reacts when some provided file changes (not poll please).
|
||||
- [x] Second things second, implement a simple logging system with differing levels of verbosity and configurable
|
||||
output file using cli options.
|
||||
- [ ] Third things third, implement a thing that simultaneously watches two different files (multithreading).
|
||||
- [x] Third things third, implement a thing that simultaneously watches two different files (multithreading).
|
||||
it should be cancellable with ctrl+c, but it should just contiuously print event notifications.
|
||||
- [ ] Fourth things fourth, implement a prototype that reads a space-separated file and populates a struct.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user