webmachine/webmachine-ruby

Threaded adapters need a synchronized constructor

Asmod4n opened this issue · 1 comments

Adapters which do threading need a way to signalize when they can accept requests.
It would also be good when they could do that in their shutdown phase, but i believe this isn't doable across all platforms or at all.

This might fix #126 #196