new Perl library - Protocol::DBus
Felipe Gasper
felipe at felipegasper.com
Wed Oct 3 03:10:32 UTC 2018
> On Oct 2, 2018, at 6:57 PM, Lawrence D'Oliveiro <ldo at geek-central.gen.nz> wrote:
>
> On Tue, 2 Oct 2018 17:54:34 -0400, Felipe Gasper wrote:
>
>> https://metacpan.org/pod/Protocol::DBus
>>
>> ^^ Here is a pure Perl client implementation of the DBus
>> protocol that I’ve been working on recently. It’s intended as a
>> lightweight alternative to Net::DBus.
>
> Does Perl have an equivalent to Python’s asyncio API
> <https://docs.python.org/3/library/asyncio.html>?
I’ve not used it, but this might suit:
https://metacpan.org/pod/Coro
Protocol::DBus isn’t quite I/O-agnostic (the need to do SCM_CREDENTIALS kills that), but it should work with this or pretty much any other I/O scheme.
-FG
More information about the dbus
mailing list