The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Future::Utils"

Future::Utils - utility functions for working with Future objects River stage three • 122 direct dependents • 298 total dependents

PEVANS/Future-0.50 - 17 Mar 2023 17:09:37 UTC

Future - represent an operation awaiting completion River stage three • 122 direct dependents • 298 total dependents

A "Future" object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program. Some futures represent a single operatio...

PEVANS/Future-0.50 - 17 Mar 2023 17:09:37 UTC

Future::Q - a Future (or Promise or Deferred) like Q module for JavaScript River stage one • 2 direct dependents • 2 total dependents

Future::Q is a subclass of Future. It extends its API with "then()" and "try()" etc, which are almost completely compatible with Kris Kowal's Q module for JavaScript. Future::Q's API and documentation is designed to be self-contained, at least for ba...

TOSHIOITO/Future-Q-0.120 - 24 Oct 2022 05:39:40 UTC

POE::Future - use Future with POE River stage one • 1 direct dependent • 1 total dependent

This subclass of Future integrates with POE, allowing the "await" method to block until the future is ready. It allows "POE"-using code to be written that returns "Future" instances, so that it can make full use of "Future"'s abilities, including Fut...

PEVANS/POE-Future-0.05 - 02 Jan 2024 21:33:10 UTC

AnyEvent::Future - use Future with AnyEvent River stage one • 3 direct dependents • 4 total dependents

This subclass of Future integrates with AnyEvent, allowing the "await" method to block until the future is ready. It allows "AnyEvent"-using code to be written that returns "Future" instances, so that it can make full use of "Future"'s abilities, inc...

PEVANS/AnyEvent-Future-0.05 - 03 Feb 2023 19:45:45 UTC

Future::AsyncAwait - deferred subroutine syntax for futures River stage three • 52 direct dependents • 102 total dependents

This module provides syntax for deferring and resuming subroutines while waiting for Futures to complete. This syntax aims to make code that performs asynchronous operations using futures look neater and more expressive than simply using "then" chain...

PEVANS/Future-AsyncAwait-0.66 - 08 Sep 2023 16:54:07 UTC
6 results (0.045 seconds)