Skip to content
Snippets Groups Projects
Commit 99f919d7 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[SignaledDeadlineTask] Introduce a signaled deadline task class


This is a task that executes a user-defined function at specific time
points, or when signaled.
This class is designed to be used in situations where a task needs to be
executed within specific deadlines, irregularly. The task will wake up
at the specified time points and execute the user-defined function. The
task can also be signaled to wake up and run immediately, regardless of
the time points.

Co-authored-by: default avatarPietro Bortolus <pietro.bortolus@skywarder.eu>
parent 28fc4f93
No related branches found
No related tags found
1 merge request!367[SignaledDeadlineTask] Introduce a signaled deadline task class
Pipeline #11634 passed