AsyncNinja v1.3.1 Release Notes

Release Date: 2018-06-09 // almost 6 years ago
    • ⚡️ [fixed] nested executes using the same executor Executor could be optimized into on-stack execution instead of dispatch_async call. That is a direct cause of stack overflow. Avoiding that by limiting amount of nested on-stack executions.