lix/tests/unit
eldritch horrors 964ac8b0e8 libutil: de-callback-ify computeClosure
only two users of this function exist. only one used it in a way that
even bears resemblance to asynchronicity, and even that one didn't do
it right. fully async and parallel computation would have only worked
if any getEdgesAsync never calls the continuation it receives itself,
only from more derived callbacks running on other threads. calling it
directly would cause the decoupling promise to be awaited immediately
*on the original thread*, completely negating all nice async effects.

Change-Id: I0aa640950cf327533a32dee410105efdabb448df
2024-05-07 14:35:20 +00:00
..
libexpr use byte indexed locations for PosIdx 2024-03-18 16:12:46 +01:00
libexpr-support Merge pull request #10208 from 9999years/print-strings-directly 2024-04-07 19:10:43 -07:00
libstore filetransfer: abort transfer on receiver exception 2024-05-05 18:09:31 +00:00
libstore-support test: Generate distinct path names 2024-05-02 19:34:04 +02:00
libutil libutil: de-callback-ify computeClosure 2024-05-07 14:35:20 +00:00
libutil-support test: Generate distinct hashes 2024-05-02 19:34:21 +02:00
meson.build filetransfer: abort transfer on receiver exception 2024-05-05 18:09:31 +00:00