|
From: Oleksandr T. <go...@bl...> - 2010-08-15 21:53:53
|
On 2010-08-15, at 10:49 AM, Øyvind Harboe wrote:
> Looks like a good start to me.
>
> Any objections to committing at this point so it can serve
> as a starting point for collaboration?
No objections, quite contrary :)
>
> Some comments:
>
> - I believe error propagation is missing in some places
Yes, I'll fix those places.
>
> - should there not be a timeout for some of the operations?
Yes, busy loops should have timeouts in order to prevent them
from spinning forever. It's on my TODO list.
|