libdex 0.8.1
Library for future-based programming with glib
Dex provides Future-based programming for GLib-based applications.
It both integrates with and brings new features for application and library authors who want to manage concurrent code.
Dex also provides Fibers which allow writing synchronous looking code in C that uses asynchronous and future-based APIs.
- Outputs:
out
- Website: https://gitlab.gnome.org/GNOME/libdex
- Licenses: LGPL 2.1+
- Package source: gnu/packages/glib.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libdex 0.8.1
as follows:
guix install libdex@0.8.1
Or install the latest version:
guix install libdex
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.