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

Comparing Coro/Changes (file contents):
Revision 1.691 by root, Thu Jun 24 19:10:06 2021 UTC vs.
Revision 1.693 by root, Thu Aug 19 22:43:02 2021 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 interesting type of recursive coro
31 destruction (testcase by Christopher J. Madsen).
32 - change jit executable strategy, to hopefully appease more
33 hardened environments.
30 34
316.57 Wed Jul 29 15:08:44 CEST 2020 356.57 Wed Jul 29 15:08:44 CEST 2020
32 - override AnyEvent condvar methods "properly", as AnyEvent 36 - override AnyEvent condvar methods "properly", as AnyEvent
33 has support for pluggable condvars since 2011. This also 37 has support for pluggable condvars since 2011. This also
34 avoids problems with recursive waits by avoiding to mix 38 avoids problems with recursive waits by avoiding to mix

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines