Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
rusty_fork_id in rusty_fork - Rust
[go: Go Back, main page]

Macro rusty_fork_id

Source
macro_rules! rusty_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 RustyForkId.