Port variant | 536 |
Summary | Safe cleanup blocks (5.36) |
Package version | 1.023 |
Homepage | No known homepage |
Keywords | perl |
Maintainer | Perl Automaton |
License | Not yet specified |
Other variants | 538 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 05 AUG 2023, 23:28:01 UTC |
Port created | 25 DEC 2017, 19:21:01 UTC |
single | This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected. Specifically, this module supports two different types of guards: guard objects, which execute a given code block when destroyed, and scoped guards, which are tied to the scope exit. |
Build and Runtime | perl-5.36:primary:standard |
main | mirror://CPAN/ID:M/ML/MLEHMANN |
perl-AnyEvent:536 | Event loop programming interface (5.36) |