Starting attempt to implement the new rust time transfer server

This commit is contained in:
WolverinDEV 2021-04-21 13:19:45 +02:00
parent f4aaec6481
commit f008d3a711

View File

@ -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;