1BDB(3) User Contributed Perl Documentation BDB(3)
2
3
4
6 AnyEvent::BDB - truly asynchronous berkeley db access
7
9 use AnyEvent::BDB;
10 use BDB;
11
12 # can now use any of the requests your BDB module supports
13 # as long as you use an event loop supported by AnyEvent.
14
16 This module is an AnyEvent user, you need to make sure that you use and
17 run a supported event loop.
18
19 Loading this module will install the necessary magic to seamlessly
20 integrate BDB into AnyEvent, i.e. you no longer need to concern
21 yourself with calling "BDB::poll_cb" or any of that stuff (you still
22 can, but this module will do it in case you don't).
23
24 The AnyEvent watcher can be disabled by executing "undef
25 $AnyEvent::BDB::WATCHER". Please notify the author of when and why you
26 think this was necessary.
27
29 AnyEvent, Coro::BDB (for a more natural syntax).
30
32 Marc Lehmann <schmorp@schmorp.de>
33 http://home.schmorp.de/
34
35
36
37perl v5.32.0 2020-07-28 BDB(3)