Johannes Rauh
|
d1117d31ce
|
Pass Throwable to reject()
`reject()` now requires a `Throwable` instance as argument.
Ref: https://github.com/reactphp/promise/releases/tag/v3.0.0
|
2026-04-30 15:11:16 +02:00 |
|
Johannes Rauh
|
f87c1e1e7c
|
Pass null to resolve() and Deferred::resolve()
Both now require an explicit value argument.
Ref: https://github.com/reactphp/promise/releases/tag/v3.0.0
|
2026-04-30 15:11:15 +02:00 |
|
Johannes Rauh
|
2c5c565606
|
Replace ExtendedPromiseInterface with PromiseInterface
`PromiseInterface` now includes the functionality `ExtendedPromiseInterface`.
Additionally use imports instead of FQN.
Ref: https://github.com/reactphp/promise/releases/tag/v3.0.0
|
2026-04-30 15:11:15 +02:00 |
|
Eric Lippmann
|
00985429c5
|
Fix PSR-12 violations
|
2024-10-22 14:31:14 +02:00 |
|
Thomas Gelf
|
309ce46704
|
DaemonDb: use better error message...
...but this should log a notice, not an error.
refs #2067
|
2020-11-30 09:33:20 +01:00 |
|
Thomas Gelf
|
2b0c9f9dd2
|
Daemon: prepare for future react/promise versions
fixes #2137
|
2020-06-06 23:16:47 +02:00 |
|
Thomas Gelf
|
a8db367718
|
DaemonDb: emit locked status
|
2019-10-16 07:22:58 +02:00 |
|
Thomas Gelf
|
2c000d4160
|
DaemonDb: emit 'connecting', fix event name
|
2019-10-12 17:29:52 +02:00 |
|
Thomas Gelf
|
7a95f430bf
|
DaemonDb: trigger restart on schema change
fixes #1964
|
2019-09-30 08:48:55 +02:00 |
|
Thomas Gelf
|
f15be1d6d8
|
DaemonDb: just an empty line, phpcs complains
|
2019-09-25 12:20:38 +02:00 |
|
Thomas Gelf
|
4ee3ef2fd9
|
Daemon: new implementation
|
2019-09-25 12:10:08 +02:00 |
|