File: control

package info (click to toggle)
libanyevent-callback-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • ctags: 20
  • sloc: perl: 344; makefile: 21
file content (25 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (2)
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
Source: libanyevent-callback-perl
Section: perl
Homepage: http://search.cpan.org/dist/AnyEvent-Callback/
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
Build-Depends: debhelper (>= 7), cdbs, libanyevent-perl
Standards-Version: 3.9.3
Priority: extra
VCS-Browser: https://github.com/unera/libanyevent-callback

Package: libanyevent-callback-perl
Depends: ${perl:Depends}, ${misc:Depends}
Architecture: all
Description: callback aggregator for AnyEvent watchers
 The module allows You to create callback's hierarchy. Also the module
 groups error and result callbacks into one object.
 .
 Also the module checks if one callback was called by watcher or not.
 If a watcher doesn't call result or error callback, error callback will
 be called automatically.
 .
 Also the module checks if a callback was called reentrant. In the case
 the module will complain (using "carp" in Carp).
 .
 If a watcher touches error callback and if superior didn't define error
 callback, the module will call error callback upwards hierarchy.