Future::IO::Impl::Tickit - implement Future::IO with Tickit
Future::IO::Impl::Tickit
Future::IO
Tickit
use Future::IO; use Future::IO::Impl::Tickit; use Tickit; my $tickit = Tickit->new; Future::IO::Impl::Tickit->set_tickit( $tickit ); ...
This module provides an implementation for Future::IO which uses Tickit.
Because this module will need a valid toplevel Tickit instance object in order to work, you will need to call the "set_tickit" method before any of the Future::IO interface will work.
Future::IO::Impl::Tickit->set_tickit( $tickit )
Sets the toplevel Tickit instance to use for the event watching used to implement this module.
Paul Evans <leonerd@leonerd.org.uk>
To install Future::IO::Impl::Tickit, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Future::IO::Impl::Tickit
CPAN shell
perl -MCPAN -e shell install Future::IO::Impl::Tickit
For more information on module installation, please visit the detailed CPAN module installation guide.