Skip to content

Commit

Permalink
add comments about it
Browse files Browse the repository at this point in the history
  • Loading branch information
allow authored and Skarlett committed May 9, 2024
1 parent a2762f9 commit 50219b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/mockingbird/src/deemix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ use cutils::{availbytes, bigpipe, max_pipe_size, PipeError};
use tokio::runtime::Handle;
use tracing::debug;

// This causes zombie processes to appear
// but are wiped out after being dropped
// generally there is
// N preloaded + Calls will equal the number of
// current zombie procs
#[derive(Debug)]
pub struct PreloadChildContainer(pub Vec<Child>);

Expand Down

0 comments on commit 50219b3

Please sign in to comment.