Task.recycle

Method that will be run by scheduler when task finishes. Must be overridden by specific task class to reset reusable resources.

It is public so that both scheduler can access it and derivatives can override it. No one but scheduler must call this method.

class Task
void
recycle
()

Meta