issues
search
stevan
/
promises-perl
An implementation of Promises in Perl
31
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Abort using confess instead of die
#94
maros
opened
2 years ago
0
t/090-timeout.t fails one test against perl-5.31.10
#93
jkeenan
opened
4 years ago
2
add cleanup function
#92
wangvisual
closed
4 years ago
1
The new pipe based implementation will leave one EV handler
#91
wangvisual
opened
4 years ago
2
add mention of two more other Promise libraries
#90
FGasper
closed
4 years ago
1
README.md references nonexistent Makefile.PL
#89
brianwisti
closed
4 years ago
1
Promises-1.02 install fails on Ubuntu 18.04 plenv
#88
douglasdd
closed
4 years ago
6
CPAN installation fails on macOS (Mojave)
#87
FGasper
closed
4 years ago
1
In similar vain to PR61, optimize _notify_backend for Mojo
#86
ehuelsmann
closed
5 years ago
1
In similar vain to PR #61, optimize _notify_backend (for IO::Async)
#85
ehuelsmann
closed
5 years ago
1
Fixed pod error as reported by CPANTS.
#84
manwar
closed
5 years ago
1
Cherry pick performance idea from PR #61
#83
ehuelsmann
closed
5 years ago
11
collect() eats 100% cpu when called without arguments
#82
ehuelsmann
closed
5 years ago
4
Easy subclassing of any Deferred handler
#81
mzealey
opened
5 years ago
1
Add some features to the deferred object to enable easier subclassing
#80
mzealey
opened
5 years ago
0
Fixed minor typo in the pod.
#79
manwar
closed
6 years ago
1
the extra bracket in the example
#78
Perlover
closed
6 years ago
1
Fixes for warn_on_unhandled_reject
#77
pmorch
closed
5 years ago
1
(in cleanup) Can't use an undefined value as an ARRAY reference at ...Promises.pm line 50.
#76
pmorch
closed
5 years ago
0
Would a PR creating `die_on_unhandled_reject` be open for consideration?
#75
pmorch
closed
6 years ago
1
Compile test fail when the backends are not present
#74
yanick
closed
5 years ago
2
Rejections are not propagated
#73
kraih
closed
7 years ago
2
Load AnyEvent, otherwise the reference to AE::cv fails
#72
ltriant
closed
7 years ago
1
Add a reference to the IO::Async deferred backend
#71
ltriant
closed
7 years ago
1
add a timeout method
#70
yanick
closed
7 years ago
0
Change ticket system from RT to GitHub
#69
yanick
closed
7 years ago
1
Clean up Promises.pm docs
#68
yanick
opened
7 years ago
0
Add mention of IO::Async backend in Promises.pm docs
#67
yanick
closed
7 years ago
0
add collect_hash
#66
yanick
closed
7 years ago
2
Compatibility with Future.pm?
#65
yanick
opened
7 years ago
1
Mention Future.pm in SEE ALSO
#64
yanick
closed
5 years ago
1
Reference to Future.pm in docs?
#63
tm604
opened
7 years ago
1
add support for IO::Async
#62
yanick
closed
7 years ago
1
Optimize Promises performance
#61
TvdW
closed
5 years ago
2
Optimize/rewrite Promises
#60
TvdW
closed
7 years ago
1
Non-nested, one condvar, no fixed-order AnyEvent example
#59
yanick
closed
7 years ago
1
Make EV an optional prereq
#58
yanick
closed
7 years ago
1
Does Promises::Promise contain a cycling reference?
#57
yanick
closed
7 years ago
1
Mojo::UserAgent example for Promises::Cookbook::TIMTOWTDI
#56
yanick
closed
7 years ago
1
example/mojo-promises.pl broken
#55
yanick
closed
7 years ago
1
function attribute turning funcs into promises
#54
yanick
closed
5 years ago
5
allow non-promises for 'collect'
#53
yanick
closed
7 years ago
1
add collect_props
#52
yanick
closed
7 years ago
5
Turn on syntax highlight
#51
andykog
closed
7 years ago
3
add resolved/rejected shortcuts
#50
yanick
closed
7 years ago
1
Pr 37
#49
yanick
closed
7 years ago
1
Issue in 5.24.0 with Moose Object use overload and meta->superclasses
#48
stuckdownawell
closed
7 years ago
3
add 'chain' method
#47
yanick
closed
8 years ago
2
[RFC] shortcut for chained `then`s
#46
yanick
closed
7 years ago
2
add is_done predicate
#45
yanick
closed
8 years ago
1
Next