Asynchronous Varlink with varlink-glib (opens in new tab)
I’ve been putting together varlink-glib, which is a library for writing Varlink clients and services in C. The basic idea is to keep the transport policy out of the library. You get a connected GIOStream however you want, whether that is GLib networking, socket activation, or something more specialized, and then wrap it in a … Continue reading Asynchronous Varlink with varlink-glib
Read the original article