I should be able to decorate a function with a watchme task, meaning that (when the function runs) a watcher will be run at some interval for the duration of the function, and then commit at the end. The use case for this is running some long job or process, and then wanting to look at system resource usage as it runs.
I should be able to decorate a function with a watchme task, meaning that (when the function runs) a watcher will be run at some interval for the duration of the function, and then commit at the end. The use case for this is running some long job or process, and then wanting to look at system resource usage as it runs.