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
|
Source: libtickit-async-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libio-async-perl <!nocheck>,
libmodule-build-perl,
libtest-hexstring-perl <!nocheck>,
libtest-refcount-perl <!nocheck>,
libtickit-perl (>= 0.72) <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtickit-async-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtickit-async-perl.git
Homepage: https://metacpan.org/release/Tickit-Async
Rules-Requires-Root: no
Package: libtickit-async-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
libio-async-perl,
libtickit-perl (>= 0.72)
Description: module to use Tickit with IO::Async
Thes Tickit::Async module allows a Tickit user interface to run alongside
other IO::Async-driven code, using IO::Async as a source of IO events.
.
As a shortcut convenience, a containing IO::Async::Loop will be constructed
using the default magic constructor the first time it is needed, if the
object is not already a member of a loop. This will allow a Tickit::Async
object to be used without being aware it is not a simple Tickit object.
.
To avoid accidentally creating multiple loops, callers should be careful to
add the Tickit::Async object to the main application's loop if one already
exists as soon as possible after construction.
|