anvil::server

Function spawn_ipc

Source
pub fn spawn_ipc(api: EthApi, path: String) -> JoinHandle<()> 
Expand description

Launches an ipc server at the given path in a new task

§Panics

Panics if setting up the IPC connection was unsuccessful.