[ 源代码: libanyevent-callback-perl ]
软件包:libanyevent-callback-perl(0.06-1)
libanyevent-callback-perl 的相关链接
Debian 的资源:
下载源码包 libanyevent-callback-perl:
- [libanyevent-callback-perl_0.06-1.dsc]
- [libanyevent-callback-perl_0.06.orig.tar.gz]
- [libanyevent-callback-perl_0.06-1.debian.tar.gz]
维护者:
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
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.