… | |
… | |
25 | run in parallel to anything else that uses EV or AnyEvent. |
25 | run in parallel to anything else that uses EV or AnyEvent. |
26 | |
26 | |
27 | This module does not export anything and does not require you to do |
27 | This module does not export anything and does not require you to do |
28 | anything special apart from loading it. |
28 | anything special apart from loading it. |
29 | |
29 | |
30 | The module is quite short, you cna use it to do a similar integration into |
30 | The module is quite short, you can use it as example to implement a |
31 | e.g. Event or other event loops. |
31 | similar integration into e.g. Event or other event loops. |
32 | |
32 | |
33 | =cut |
33 | =cut |
34 | |
34 | |
35 | package Net::SNMP::EV; |
35 | package Net::SNMP::EV; |
36 | |
36 | |