Today I release new version 1.2 of aitsched library with multitasking fetch ability.
When task execute callback, inform scheduler for lock state until finishing of call.
And added prevention for overriding arguments of current running task from other new tasks.
This situation are happens before when few threads simultaneously try run and add new tasks at same scheduler engine.
Cheers!