feat: add simple two-thread watch prototype

I feel like I'm crushing it today!
This commit is contained in:
2024-08-03 11:13:09 +02:00
parent 9d1408c174
commit 121643be45
5 changed files with 61 additions and 10 deletions
+1 -1
View File
@@ -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.