roc/crates/compiler/worker
Joshua Warner d6b7ee2039
Prevent panics in worker threads from causing deadlocks
Occasionally, we'll run into panics during compilation which prior to this diff
would cause the compiler to hang indefinitely after printing the initial panic message.

Note that this simplified/renamed worker 'wakeup' system seems to leave around a bit of a code smell -
that this perhaps indicates we should rework/refactor in order to avoid the necessity of having separate wakeup and message stealing systems...
but one problem at a time!
2024-11-13 20:30:56 -08:00
..
src Prevent panics in worker threads from causing deadlocks 2024-11-13 20:30:56 -08:00
Cargo.toml Have file.rs use the new roc_worker crate 2024-06-17 22:21:07 -04:00