Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor tweaks and improvements when recording process events (#139)
* Add `zstd-framed` to replace custom zstd types * Add task tracker + cancellation token to allow tasks to cleanly shutdown * Update process event writer to support clean shutdown * Update `ProcessEvent` types to avoid `Cow` Now that the events are being written in a separate task, all uses were now using `Cow::Owned`. Just using the owned type directly instead is simpler
- Loading branch information