-
-
21 Apr 2021 11:14:52 UTC
- Distribution: Mojo-Reactor-Prima
- Module version: 1.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (6 / 0 / 92)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.9KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Mojolicious
- Prima
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mojo::Reactor::Prima - Prima event loop backend for Mojo::Reactor
DESCRIPTION
Mojo::Reactor::Prima is an event reactor for Mojo::IOLoop that uses Prima. The usage is exactly the same as other Mojo::Reactor implementations such as Mojo::Reactor::Poll. Mojo::Reactor::Prima will be used as the default backend for Mojo::IOLoop if it is loaded before Mojo::IOLoop or any module using the loop. However, when invoking a Mojolicious application through morbo or hypnotoad, the reactor must be set as the default by setting the
MOJO_REACTOR
environment variable toMojo::Reactor::Prima
.AUTHOR
Dmitry Karasik <dmitry@karasik.eu.org>
LICENSE
This library is free software; you may redistribute it and/or modify it under the terms of the Artistic License version 2.0.
SEE ALSO
Module Install Instructions
To install Mojo::Reactor::Prima, copy and paste the appropriate command in to your terminal.
cpanm Mojo::Reactor::Prima
perl -MCPAN -e shell install Mojo::Reactor::Prima
For more information on module installation, please visit the detailed CPAN module installation guide.