Fix thread pool unref issue.
authorRyan <ry@tinyclouds.org>
Tue, 23 Jun 2009 09:27:18 +0000 (11:27 +0200)
committerRyan <ry@tinyclouds.org>
Tue, 23 Jun 2009 09:27:18 +0000 (11:27 +0200)
commit0e67b34c27755b5258c8a1600ca80b08979ff592
treeadeef514710f41c4f34ea17f72ac0b86d90e14e2
parentb9f3ae23cfffbeba5697b652689bc8e51bf0fe63
Fix thread pool unref issue.

Tests were silently failing since f56309d...

Since the eio_watcher is now not counted in the list of active watchers, we
need to explicitly tell the ev_loop not to exit when entering the thread
pool.
src/file.cc
src/net.cc