Closed
Bug 541515
Opened 15 years ago
Closed 15 years ago
process links, failure propagation and trapping
Categories
(Servo Graveyard :: Rust, enhancement)
Servo Graveyard
Rust
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: graydon, Unassigned)
Details
A proc needs a link (or a link-group) such that when it fails, it calls other->kill() on the linked procs, a la the erlang failure-linking model.
Generalize to 'signal handler' eventually, but probably not at first.
Reporter | ||
Comment 1•15 years ago
|
||
Basic version of this (child kills parent on failure) went in with aa59e9bb09ce.
Reporter | ||
Updated•15 years ago
|
Summary: process links, failure propagation → process links, failure propagation and trapping
Reporter | ||
Comment 2•15 years ago
|
||
Mechanism for trapping failures still lacking. All child-deaths now cause parent-death.
Reporter | ||
Comment 3•15 years ago
|
||
Moved to github issue #21.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•15 years ago
|
Group: servo
You need to log in
before you can comment on or make changes to this bug.
Description
•