--- cvsroot/Coro/Coro.pm 2011/04/30 05:17:42 1.292 +++ cvsroot/Coro/Coro.pm 2011/04/30 05:20:03 1.293 @@ -815,10 +815,12 @@ =item $coro->on_destroy (\&cb) Registers a callback that is called when this coro thread gets destroyed, -but before it is joined. The callback gets passed the terminate arguments, -if any, and I die, under any circumstances. +that is, after it's resources have been freed but before it is joined. The +callback gets passed the terminate/cancel arguments, if any, and I die, under any circumstances. -There can be any number of C callbacks per coro. +There can be any number of C callbacks per coro, and there is +no way currently to remove a callback once added. =cut