Subject: | have events return results |
Date: | Sat, 16 Jun 2007 17:29:18 +0200 |
To: | bug-POE-Component-EasyDBI [...] rt.cpan.org |
From: | Anonymous <mix [...] awxcnx.de> |
i often find myself doing several synchronous calls before
the async stuff kicks in. this includes things like cleaning
up from a previous run and selecting the initial queue from the
db. it would be nice if i could avoid writing a few event
handlers by using the call syntax like so:
my $result = $kernel->call( EasyDBI => select_queue );
but this isn't currently possible since EasyDBI's event handlers
return undef.