Starting attempt to implement the new rust time transfer server
This commit is contained in:
parent
f4aaec6481
commit
f008d3a711
@ -385,6 +385,8 @@ bool task_executor::cancel_task(task_id task_id) {
|
||||
return true;
|
||||
|
||||
case task_cancel_result::not_found:
|
||||
return false;
|
||||
|
||||
default:
|
||||
assert(false);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user