From a053f57ebca7cfffd920e3ad9913f5c81c99edb2 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 12 Nov 2024 10:57:48 +0100 Subject: [PATCH] docs: Add Sys::Async::Virt to apps.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As requested on the libvirt users list I am adding this mention to the apps page. Reported-by: Erik Huelsmann Signed-off-by: Martin Kletzander Reviewed-by: Daniel P. Berrangé --- docs/apps.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/apps.rst b/docs/apps.rst index 443c888c4d..b2168f9599 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -206,6 +206,11 @@ Libraries Allows using simple ruby objects to manipulate hypervisors, guests, storage, network etc. It is based on top of the `native ruby bindings `__. +`Perl Async bindings `__ + Perl `Sys::Async::Virt library `__ + supporting the asynchronous paradigm introduced by `Future::AsyncAwait + `__ that tries to stay close to + the `Sys::Virt API `__. LiveCD / Appliances -------------------