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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 645e2a28553d
Choose a base ref
...
head repository: joyent/libuv
compare: beb54fe72da0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 28, 2014

  1. windows: don't use atexit for cleaning up the threadpool

    If libuv is loaded as a DLL and is later unloaded deadlocks can happen
    when running atexit handlers, so we can't use synchronization
    priomitives or join threads there.
    
    For reference see saghul/pyuv#171
    saghul committed Jul 28, 2014
    Copy the full SHA
    c8abb29 View commit details
    Browse the repository at this point in the history
  2. windows: destroy work queue elements when colsing a loop

    Destroy the async handle used to notify about work being done, and the
    mutex used to protect each loop's work queue.
    
    Closes #1375
    saghul committed Jul 28, 2014
    Copy the full SHA
    beb54fe View commit details
    Browse the repository at this point in the history