Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

fsevents: fix clever rescheduling #946

Closed
wants to merge 1 commit into from
Closed

fsevents: fix clever rescheduling #946

wants to merge 1 commit into from

Commits on Oct 2, 2013

  1. fsevents: fix clever rescheduling

    There're could be a situation, where one fsevents handle gets created
    and another one is destroyed simultaneously. In such cases
    `fsevent_need_reschedule` will be set to 1 twice and reset only once,
    leaving handle destructor hanging in uv_sem_wait().
    indutny committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    97af9ec View commit details
    Browse the repository at this point in the history