--- Coro/Changes 2008/11/20 07:12:51 1.450 +++ Coro/Changes 2008/11/20 07:25:01 1.451 @@ -12,7 +12,7 @@ - removed timed_* functions - they were not being used anyways and should be replaced by a more generic mechanism - and were annoying to support anyways :) - - removed SemaphoreSet's waiter method - use sem instead. + - removed SemaphoreSet's waiter method - use sem method instead. - Coro::Semaphore->adjust didn't correctly wake up enough waiters. - async_pool did free a scalar value twice ("Attempt to unreference...").