feat: add threadpool and started pooling executors

This commit is contained in:
2024-08-03 13:08:46 +02:00
parent e35dbdb1f3
commit dcc25f88a7
15 changed files with 544 additions and 85 deletions
+4 -1
View File
@@ -83,7 +83,10 @@ If you want `compile_commands.json` files, you should use [bear](https://github.
output file using cli options.
- [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.
- [x] Fourth things fourth, implement a prototype that reads a space-separated file and populates a struct.
- [ ] Fifth things fifth, implement a prototype that spawns a new thread that executes a shell command.
- [ ] Voila! You're there!
- [ ] Second iteration! Now Reimplement it and do it better!
### Note Regarding `inotify` usage
From the manpage: