subspace_
process
0.0.1
All Items
Crate Items
Structs
Functions
Crate
subspace_process
Copy item path
Source
Structs
§
Async
Join
OnDrop
Joins async join handle on drop. This future is fused, and will return
Poll::Pending
if polled after completion.
Functions
§
init_
logger
raise_
fd_
limit
Raise the file descriptor limit for the process to the maximum possible value.
run_
future_
in_
dedicated_
thread
Runs future on a dedicated thread with the specified name. Will block on drop until background thread with future is stopped, ensuring nothing is left in memory.
shutdown_
signal
Wait for the process to receive a shutdown signal, and log the supplied process kind.