pub unsafe extern "C" fn task_notify_clear(task: task_t) -> bool
Expand description

Clears the notification for a task.

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

\param task The task to clear

\return False if there was not a notification waiting, true if there was