ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.672 by root, Thu Aug 31 16:28:49 2017 UTC vs.
Revision 1.673 by root, Sun Sep 3 23:36:01 2017 UTC

3TODO: should explore PerlIO::coroaio (perl leaks like hell). 3TODO: should explore PerlIO::coroaio (perl leaks like hell).
4TODO: channel->maxsize(newsize)? 4TODO: channel->maxsize(newsize)?
5TODO: __GCC_HAVE_DWARF2_CFI_ASM 5TODO: __GCC_HAVE_DWARF2_CFI_ASM
6TODO: swap_sv, maybe add scope_swap_sv? 6TODO: swap_sv, maybe add scope_swap_sv?
7TODO: croak when async_pool tries to run canceled thread? 7TODO: croak when async_pool tries to run canceled thread?
8TODO: how to debug safe_cancle failure (vebrose mode? show how to make backtrace?)
9
10 - minor code cleanups.
8 11
96.514 Thu Aug 31 18:25:31 CEST 2017 126.514 Thu Aug 31 18:25:31 CEST 2017
10 - safe_cancel no longer croaks when called on already-destroyed 13 - safe_cancel no longer croaks when called on already-destroyed
11 thread, but instead "just works". 14 thread, but instead "just works".
12 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines