Hi all,
I need to pull a task out of an Argobot pool and execute it “now”, in the current thread. Any suggestions for the best way to do that? I am thinking about calling ABT_task_cancel() to get it out of the pool, then just call the task_func (that we gave to ABT_task_create) directly from the place we took it out of the pool. Will that work? Is there a better way?
Thanks,
Quincey