task_notify

Function task_notify 

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

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.