Function rusty_doors::door_create

source ·
pub fn door_create(f: DoorFunc) -> c_int
Expand description

Create a door. The provided sys::DoorFunc will be called any time this door is called. Returns a file descriptor reference the created door.