| This Release | Reflex-0.099 | [Download] [Browse] | 21 Apr 2013 | ||||
| Other Releases | |||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ] | ||||||
| Repository | git://github.com/rcaputo/reflex.git | ||||||
| CPAN Testers | PASS (162) FAIL (5) NA (11) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| ||||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | ||||||
| Special Files |
|
||||||
| AfterAwhileClass | |||
| AfterAwhileRole | |||
| AfterAwhileSubclass | |||
| AsyncAwhileClass | |||
| AsyncAwhileRole | |||
| EventBench::Reflex::Event | |||
| Reflex | Class library for flexible, reactive programs. | 0.099 | |
| Reflex::Acceptor | a non-blocking server (client socket acceptor) | 0.099 | |
| Reflex::Base | Base class for reactive (aka, event driven) objects. | 0.099 | |
| Reflex::Callback | Generic callback adapters to simplify calling back | 0.099 | |
| Reflex::Callback::CodeRef | Callback adapter for plain code references | 0.099 | |
| Reflex::Callback::Method | Callback adapter for class and object methods | 0.099 | |
| Reflex::Callback::Promise | Non-callback, inline Promise adapter | 0.099 | |
| Reflex::Callbacks | Convenience functions for creating and using callbacks | 0.099 | |
| Reflex::Client | A non-blocking socket client. | 0.099 | |
| Reflex::Codec::Message | 0.099 | ||
| Reflex::Codec::Message::Datagram | 0.099 | ||
| Reflex::Codec::Message::Eof | 0.099 | ||
| Reflex::Codec::Message::Stream | 0.099 | ||
| Reflex::Collection | Autmatically manage a collection of collectible objects | 0.099 | |
| Reflex::Connector | non-blocking client socket connector | 0.099 | |
| Reflex::Decoder::Line | 0.099 | ||
| Reflex::Eg | 0.099 | ||
| Reflex::Eg::Inheritance::Moose | 0.099 | ||
| Reflex::Eg::Inheritance::Plain | 0.099 | ||
| Reflex::Encoder::Line | 0.099 | ||
| Reflex::Event | 0.099 | ||
| Reflex::Event::Datagram | 0.099 | ||
| Reflex::Event::EOF | 0.099 | ||
| Reflex::Event::Error | 0.099 | ||
| Reflex::Event::FileHandle | 0.099 | ||
| Reflex::Event::Flushed | 0.099 | ||
| Reflex::Event::Interval | 0.099 | ||
| Reflex::Event::Octets | 0.099 | ||
| Reflex::Event::POE | 0.099 | ||
| Reflex::Event::Postback | 0.099 | ||
| Reflex::Event::SigChild | 0.099 | ||
| Reflex::Event::Signal | 0.099 | ||
| Reflex::Event::Socket | 0.099 | ||
| Reflex::Event::Time | 0.099 | ||
| Reflex::Event::Timeout | 0.099 | ||
| Reflex::Event::ValueChange | 0.099 | ||
| Reflex::Event::Wakeup | 0.099 | ||
| Reflex::Filehandle | 0.099 | ||
| Reflex::Interval | A stand-alone multi-shot periodic callback | 0.099 | |
| Reflex::PID | Watch the exit of a subprocess by its SIGCHLD signal. | 0.099 | |
| Reflex::POE::Event | Communicate with POE components expecting events. | 0.099 | |
| Reflex::POE::Postback | Communicate with POE components expecting postbacks. | 0.099 | |
| Reflex::POE::Session | Watch events from a POE::Session object. | 0.099 | |
| Reflex::POE::Wheel | Base class for POE::Wheel wrappers. | 0.099 | |
| Reflex::POE::Wheel::Run | Represent POE::Wheel::Run as a Reflex class. | 0.099 | |
| Reflex::Role | define a Reflex paramaterized role | 0.099 | |
| Reflex::Role::Accepting | add connection accepting to a class | 0.099 | |
| Reflex::Role::Collectible | add manageability by Reflex::Collection | 0.099 | |
| Reflex::Role::Connecting | add non-blocking client connecting to a class | 0.099 | |
| Reflex::Role::Decoding | 0.099 | ||
| Reflex::Role::Decoding::Datagram | 0.099 | ||
| Reflex::Role::Decoding::Stream | 0.099 | ||
| Reflex::Role::Encoding | 0.099 | ||
| Reflex::Role::InStreaming | add streaming input behavior to a class | 0.099 | |
| Reflex::Role::Interval | set a periodic, recurring timer | 0.099 | |
| Reflex::Role::OutStreaming | add streaming input behavior to a class | 0.099 | |
| Reflex::Role::PidCatcher | add async process reaping behavior to a class | 0.099 | |
| Reflex::Role::Reactive | Make an object reactive (aka, event driven). | 0.099 | |
| Reflex::Role::Readable | add readable-watching behavior to a class | 0.099 | |
| Reflex::Role::Reading | add standard sysread() behavior to a class | 0.099 | |
| Reflex::Role::Recving | Mix standard send/recv code into a class. | 0.099 | |
| Reflex::Role::SigCatcher | add signal catching behavior to a class | 0.099 | |
| Reflex::Role::Streaming | add streaming I/O behavior to a class | 0.099 | |
| Reflex::Role::Timeout | set a wakeup callback for a relative delay | 0.099 | |
| Reflex::Role::Wakeup | set a wakeup callback for a particular UNIX time | 0.099 | |
| Reflex::Role::Writable | add writable-watching behavior to a class | 0.099 | |
| Reflex::Role::Writing | add buffered non-blocking syswrite() to a class | 0.099 | |
| Reflex::Signal | receive callbacks when signals arrive | 0.099 | |
| Reflex::Stream | Buffered, translated I/O on non-blocking handles. | 0.099 | |
| Reflex::Timeout | A stand-alone single-shot delayed callback | 0.099 | |
| Reflex::Trait::EmitsOnChange | Emit an event when an attribute's value changes. | 0.099 | |
| Reflex::Trait::Observed | Automaticall watch Reflex objects. | 0.099 | |
| Reflex::Trait::Watched | Automatically watch Reflex objects. | 0.099 | |
| Reflex::UdpPeer | Base class for non-blocking UDP networking peers. | 0.099 | |
| Reflex::Wakeup | A stand-alone single-shot callback at an absolute time | 0.099 |
| Reflex::Doc | What is Reflex, and how do I use it?   |
| docs/syntax.pm |   |
| lib/MooseX/Role/Reactive.pm |   |
|
README.mkdn |