This package browser is in early development. Mind the rough edges.

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.

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.