1
0
mirror of https://github.com/danog/ipc.git synced 2024-11-26 12:04:51 +01:00

Trigger build

This commit is contained in:
Daniil Gentili 2021-01-30 20:51:30 +01:00 committed by GitHub
parent 5388fa0ab4
commit 5698d92fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,3 +77,4 @@ Loop::run(static function () {
yield $channel->send('ping');
});
```