The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 10.3.3 - 2024-09-06

  • Breaking
    • Change signature on 'receive()' method in Transport to collect and return the return values of the callbacks; in Future-based code, these return values can be used to throttle receiving of data. A new 'need()' function is introduced to return what used to be returned by 'receive()'.
    • Change signature of 'on_send()' callback in Transport, adding an '$opaque' value which is to be returned after successful transfer of the data.

Documentation

Modules

Abstract LibVirt protocol implementation
Check transport link availability
Constants and (de)serializers for KeepAlive messages
Connect to remote libvirt daemon
Constants and (de)serializers for remote server connections
Low level Libvirt connection protocol
Protocol header and error constants and (de)serializers

Examples