Function mioco::set_children_userdata [] [src]

pub fn set_children_userdata<T: Any + Send + Sync>(data: Option<T>)

Set user-provided data for future child coroutines.

Set new user data that newly spawned coroutines will start with. Use None to clear.

See set_userdata.