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::rusty_fork_id - Rust
[go: Go Back, main page]

Macro rusty_fork::rusty_fork_id[][src]

macro_rules! rusty_fork_id {
    () => { ... };
}

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.