servo/components/background_hang_monitor
Martin Robinson 2f4c47bfe7 Start the transition to workspace dependencies
This will ultimately make it simpler to update crate dependencies and
reduce duplicate when specifying requirements. Generally, this change
does not touch dependencies that are only used by a single crate. We
could consider moving them to workspace dependencies in the future.
2023-05-17 11:59:35 +02:00
..
tests fix(bhm): deliver exit signal reliably when component registration and signal submission coincide 2021-06-20 13:09:26 +09:00
background_hang_monitor.rs fix(bhm): deliver exit signal reliably (for real) 2021-06-21 00:07:26 +09:00
Cargo.toml Start the transition to workspace dependencies 2023-05-17 11:59:35 +02:00
lib.rs add linux sampler 2019-03-29 23:05:44 -04:00
sampler.rs Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
sampler_linux.rs Use UnsafeCell instead of static mut in background_hang_monitor/sampler_linux.rs 2020-06-05 00:11:37 +02:00
sampler_mac.rs Fix some new warnings 2019-06-22 14:59:09 +02:00
sampler_windows.rs Fix some new warnings 2019-06-22 14:59:09 +02:00