Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async: remove racey uv_ref()/uv_unref() #705

Merged
merged 1 commit into from
Sep 22, 2016

Commits on Sep 6, 2016

  1. async: remove racey uv_ref()/uv_unref()

    `uv_ref()` can't be called from the non-event-loop thread. Furthermore,
    it is not necessary in `async.h`, because open `uv_async_t` is already
    holding the event loop from exiting.
    
    See: TryGhost#702
    indutny committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    553c6ea View commit details
    Browse the repository at this point in the history