Andreas Kling
|
134fd8e413
|
LibCore: Don't have Promise inherit from EventReceiver
This was only used for parenting promises to each other, but we can do
that with a simple vector of children.
|
2025-08-11 16:55:25 +02:00 |
|
Andreas Kling
|
4d285d6dce
|
LibCore: Remove an unused Promise constructor
|
2025-08-11 16:55:25 +02:00 |
|
Ali Mohammad Pur
|
e47b1cc1a2
|
LibCore: Accept any Promise<T> in Promise::after()
|
2025-06-25 08:20:40 +02:00 |
|
Ali Mohammad Pur
|
59b6293182
|
LibCore: Add a Promise::after(promises) API
This is equivalent to Promise.all() in js, more or less.
|
2025-06-11 18:16:29 +02:00 |
|
Timothy Flynn
|
0f05aac290
|
LibCore: Mark the lambda in Promise::when_resolved as mutable
This allows the handler passed into this function to also be mutable.
|
2025-03-09 11:14:20 -04:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|