ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/BDB.pm
(Generate patch)

Comparing BDB/BDB.pm (file contents):
Revision 1.57 by root, Tue Jul 14 19:29:23 2009 UTC vs.
Revision 1.58 by root, Fri Jul 17 04:18:49 2009 UTC

27 db_sync $db; 27 db_sync $db;
28 28
29 # when you also use Coro, management is easy: 29 # when you also use Coro, management is easy:
30 use Coro::BDB; 30 use Coro::BDB;
31 31
32 # automatic event loop intergration with AnyEvent: 32 # automatic event loop integration with AnyEvent:
33 use AnyEvent::BDB; 33 use AnyEvent::BDB;
34 34
35 # automatic result processing with EV: 35 # automatic result processing with EV:
36 my $WATCHER = EV::io BDB::poll_fileno, EV::READ, \&BDB::poll_cb; 36 my $WATCHER = EV::io BDB::poll_fileno, EV::READ, \&BDB::poll_cb;
37 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines