SlackBuildsOrg/libraries/libdex/README
Nathaniel Russell e8bedcf824
libraries/libdex: Added (Deferred Execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-03-11 22:23:34 +07:00

8 lines
471 B
Text

While Dex is using GObject and GIO, it implements it's own fundamental
type (DexObject) for which all other types inherit.
Dex is a library supporting "Deferred Execution" with the explicit
goal of integrating with GNOME and GTK-based applications.
It provides primatives for supporting futures in a variety of ways
with both read-only and writable views. Additionally, integration
with existing asynchronous-based APIs is provided through the use of
wrapper promises.