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

Comparing Coro/Changes (file contents):
Revision 1.692 by root, Fri Jun 25 01:13:20 2021 UTC vs.
Revision 1.694 by root, Sat May 21 17:09:22 2022 UTC

25 local $_[0]{_ae_coro}{$Coro::current+0} = $Coro::current; 25 local $_[0]{_ae_coro}{$Coro::current+0} = $Coro::current;
26 Coro::schedule; 26 Coro::schedule;
27 } 27 }
28}; 28};
29 29
30 - potential fix for an interetsing type of recursive coro 30 - potential fix for an interesting type of recursive coro
31 destruction (testcase by Christopher J. Madsen). 31 destruction (testcase by Christopher J. Madsen).
32 - add connected method as alias for peername in Coro::Handle, as
33 the inherited version does not work for us (analyzed by Simon816).
34 - change jit executable strategy, to hopefully appease more
35 hardened environments.
32 36
336.57 Wed Jul 29 15:08:44 CEST 2020 376.57 Wed Jul 29 15:08:44 CEST 2020
34 - override AnyEvent condvar methods "properly", as AnyEvent 38 - override AnyEvent condvar methods "properly", as AnyEvent
35 has support for pluggable condvars since 2011. This also 39 has support for pluggable condvars since 2011. This also
36 avoids problems with recursive waits by avoiding to mix 40 avoids problems with recursive waits by avoiding to mix

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines