Function crs_bind::bindings::task_notify[][src]

pub unsafe extern "C" fn task_notify(task: task_t) -> u32

Sends a simple notification to task and increments the notification counter.

See https://pros.cs.purdue.edu/v5/tutorials/topical/notifications.html for details.

\param task The task to notify

\return Always returns true.