1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
.travis.yml
Changes
LICENSE
MANIFEST
Makefile.PL
README.md
XS.xs
cpanfile
easyxs/LICENSE
easyxs/README.md
easyxs/easyxs.h
easyxs/easyxs_debug.h
easyxs/easyxs_numeric.h
easyxs/easyxs_perlcall.h
easyxs/easyxs_scalar.h
easyxs/easyxs_string.h
easyxs/easyxs_structref.h
easyxs/init.h
easyxs/ppport.h
lib/Promise/XS.pm
lib/Promise/XS/Deferred.pm
lib/Promise/XS/Promise.pm
t/XSPromises.t
t/alias.t
t/anyevent.t
t/aplus.t
t/assets/deferred_leak.pl
t/assets/promise_leak.pl
t/async_await.t
t/async_await__several_awaits.t
t/async_await__simple.t
t/async_await_hold_ref.t
t/async_await_version.t
t/await_wait__anyevent.t
t/await_wait__ioasync.t
t/await_wait__mojo.t
t/detect_memory_leaks.t
t/finally.t
t/infinite_recursion.t
t/ioasync.t
t/lib/AwaitWait.pm
t/mojo.t
t/multi_return.t
t/no_leak_stashed_ref.t
t/oserror.t
t/promise_all_race.t
t/reject_undef.t
t/subclass.t
t/sync.t
t/unhandled_rejection.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
|