Commit 3543c550 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

src: simplify v8 thread pool implementation

This commit drops the semaphore in exchange for a second condition
variable and makes the task ring an array member instead of allocating
it on the heap.  That in turn makes size calculations a little easier
because of the array's fixed size.

PR-URL: https://github.com/node-forward/node/pull/34


Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
parent 78e38f59
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment