The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Async-Selector TOSHIOITO"

Async::Selector - level-triggered resource observer like select(2) River stage one • 1 direct dependent • 1 total dependent

Async::Selector is an object that watches registered resources and executes callbacks when some of the resources are available. Thus it is an implementation of the Observer pattern like Event::Notify, but the important difference is that Async::Selec...

TOSHIOITO/Async-Selector-1.03 - 21 Feb 2013 13:05:37 UTC

Async::Selector::Watcher - representation of resource watch in Async::Selector River stage one • 1 direct dependent • 1 total dependent

Async::Selector::Watcher is an object that stores information about a resource watch in Async::Selector module. It also provides its user with a way to cancel the watch....

TOSHIOITO/Async-Selector-1.03 - 21 Feb 2013 13:05:37 UTC

Async::Selector::Aggregator - aggregator of watchers and other aggregators River stage one • 1 direct dependent • 1 total dependent

Async::Selector::Aggregator is an object that keeps Async::Selector::Watcher objects and/or other aggregator objects and treats them as a single watcher. Using Async::Selector::Aggregator, you can ensure that a certain set of watchers are always canc...

TOSHIOITO/Async-Selector-1.03 - 21 Feb 2013 13:05:37 UTC

Async::Selector::Example::Mojo - Example of using Async::Selector for real-time Web River stage one • 1 direct dependent • 1 total dependent

The code above consists of three parts, the resource part, the HTTP part and the HTML/Javascript part. Resource Part The resource part sets up the resource ($resource) and its Async::Selector object ($selector). In this example, $resource is a random...

TOSHIOITO/Async-Selector-1.03 - 21 Feb 2013 13:05:37 UTC
4 results (0.038 seconds)