Macro fork_id
Source macro_rules! fork_id {
() => { ... };
}
Expand description
Produce a hashable identifier unique to the particular macro invocation
which is stable across processes of the same executable.
This is usually the best thing to pass for the fork_id
argument of
fork
.
The type of the expression this macro expands to is ForkId
.