1Promises::Deferred::IO:U:sAesrynCco(n3t)ributed Perl DocPurmoemnitsaetsi:o:nDeferred::IO::Async(3)
2
3
4
6 Promises::Deferred::IO::Async - IO::Async implementation of Promises
7
9 version 0.99
10
12 use Promises backend => ['IO::Async'], qw[ deferred collect ];
13
14 # ... everything else is the same
15
17 Uses IO::Async as the async engine for the promises.
18
19 The IO::Async::Loop loop used by default is the one given by
20 "<IO::Async::Loop-"new>>. It can be queried and modified via the global
21 variable $Promises::Deferred::IO::Async::Loop.
22
24 Stevan Little <stevan.little@iinteractive.com>
25
27 This software is copyright (c) 2017, 2014, 2012 by Infinity
28 Interactive, Inc..
29
30 This is free software; you can redistribute it and/or modify it under
31 the same terms as the Perl 5 programming language system itself.
32
33
34
35perl v5.28.0 2017-10-29 Promises::Deferred::IO::Async(3)