NAME
AnyEvent::Impl::CoroEV - AnyEvent adaptor for Coro::EV, EV
SYNOPSIS
use AnyEvent;
use EV;
# this module gets loaded automatically as required
DESCRIPTION
This module provides transparent support for AnyEvent. You don't have to do anything to make Coro::EV work with AnyEvent except by loading Coro::EV before creating the first AnyEvent watcher.
Unlike all other event models, Coro::EV models allow recursion in condvars (see AnyEvent, $condvar->wait
), as long as this is done from different coroutines.
See AnyEvent::Impl::Coro and Coro::EV for more details about Coro integration.
SEE ALSO
AnyEvent, AnyEvent::Impl::Coro, Coro::EV.
AUTHOR
Marc Lehmann <schmorp@schmorp.de>
http://home.schmorp.de/