29.10.2018, 19:21
PawnPlus v0.10.1 released!
- pp_max_recursion to prevent crashes related to native recursion.
- task_bind returns the immediate result if it is available.
- A task scheduled to be completed after 0-length time interval will be still executed in the current tick, but postponed after all other code.
- task_config to control which sections of the memory should be stored.
- Finishing a task after a time interval: task_set_result_ms, task_set_result_ticks, task_set_error_ms, task_set_error_ticks.