Files
lix/lix/libstore
eldritch horrors b43d7b8136 libstore: don't use Outcome<void, T> in goals
`Outcome<void, T>` and `Result<std::optional<T>>` can be interpreted as
being the same thing, but the latter is easier to use: not only do they
allow TRY_AWAIT usage for their promises, we also don't have the error/
exception confusion of outcomes (where the T above is the "error" type)

Change-Id: I92c9241481cecc97e2992445b3dced53c82a2524
2025-07-14 17:02:30 +00:00
..
2025-03-23 20:42:39 +00:00
2025-02-03 21:56:26 +01:00
2025-06-19 14:59:38 +00:00
2025-04-24 13:48:15 +00:00
2025-03-23 20:42:39 +00:00
2025-03-23 22:29:58 +00:00
2025-03-23 20:42:39 +00:00
2025-06-15 14:08:48 +00:00
2025-07-14 17:02:30 +00:00