Skip to content

Commit

Permalink
Minor tweaks and improvements when recording process events (#139)
Browse files Browse the repository at this point in the history
* 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
kylewlacy authored Nov 17, 2024
1 parent 59fb443 commit 4767f23
Show file tree
Hide file tree
Showing 22 changed files with 276 additions and 1,535 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
crates/brioche/runtime/dist/** linguist-generated
**/*.proptest-regressions linguist-generated
Loading

0 comments on commit 4767f23

Please sign in to comment.