Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

[ASRunLoopQueue] Add custom run loop source to signal if jobs are still enqueued, to guarantee another runloop turn. #1397

Merged
merged 2 commits into from
Mar 18, 2016

Commits on Mar 18, 2016

  1. Add custom run loop source to signal if new jobs are enqueued in ASRu…

    …nLoopQueue
    
    It is not guaranteed that the runloop will turn if it has no scheduled work, and this causes processing of the queue to stop. Attaching a custom loop source to the run loop and signal it if new work needs to be done
    maicki committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    d1756ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b9df3 View commit details
    Browse the repository at this point in the history