Codebase list libcps-perl / ecba713
Add deprecation warning to debian/control. gregor herrmann 4 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2828 Passing Style, which is a style of writing code where the normal call/return
2929 mechanism is replaced by explicit "continuations". It is useful whenever some
3030 form of asynchronous or event-based programming is in use.
31 .
32 Note: This module is entirely deprecated now. It is maintained for
33 compatibility for any code still using it, but please consider rewriting to
34 use Future instead, which offers a far neater method of representing
35 asynchronous program and data flow. In addition, Future::AsyncAwait can
36 further improve readability of Future-based code by letting it use the
37 familiar kinds of Perl control structure while still being asynchronous.