Closed hidden-primary-net closed 6 years ago
With this patch the on_fail callback is called implicitely if the timeout elapsed. All pending tasks of a taskset are iterated and their fail method is invoked with a timeout message.
on_fail
fail
Thanks, Marco.
With this patch the
on_fail
callback is called implicitely if the timeout elapsed. All pending tasks of a taskset are iterated and theirfail
method is invoked with a timeout message.