mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
Call Task Callback
This commit is contained in:
parent
842f0984e5
commit
9d60de0b25
@ -243,6 +243,11 @@ static int task_run(RCoreTask *task) {
|
||||
}
|
||||
|
||||
task_end (task);
|
||||
|
||||
if (task->cb) {
|
||||
task->cb (task->user, task->res);
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user