Subject: | most methods call _read_from_status which calls AnyEvent::Proc::R::readline which calls condvar->recv |
This makes this module unusable in a program already using an event loop via AnyEvent but without Coro, i.e. a Gtk2 frontend with a button to encrypt a file calls $gpg->encrypt inside a Gtk2::Button::clicked callback leads to a recursive call to recv.