pub unsafe extern "C" fn task_notify(task: task_t) -> u32Expand 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.