summaryrefslogtreecommitdiffstats
path: root/libraries/libdex/README
diff options
context:
space:
mode:
author Nathaniel Russell <naterussell83@gmail.com>2023-03-11 22:23:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-11 22:23:34 +0700
commite8bedcf8245528747bbf9ab208f7e41715e93373 (patch)
tree8dfe9119ff054abfd12684446d29093f47a66544 /libraries/libdex/README
parent9775e9f509ad636f59ac4f3f78fc36f2d0914cbb (diff)
downloadslackbuilds-e8bedcf8245528747bbf9ab208f7e41715e93373.tar.gz
slackbuilds-e8bedcf8245528747bbf9ab208f7e41715e93373.tar.xz
libraries/libdex: Added (Deferred Execution).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdex/README')
-rw-r--r--libraries/libdex/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libdex/README b/libraries/libdex/README
new file mode 100644
index 0000000000..c743014fb9
--- /dev/null
+++ b/libraries/libdex/README
@@ -0,0 +1,8 @@
+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.