1
0
mirror of https://github.com/danog/ipc.git synced 2024-11-30 04:29:09 +01:00
ipc/lib/Sync/ChannelCloseAck.php

8 lines
91 B
PHP
Raw Permalink Normal View History

2020-03-05 21:12:35 +01:00
<?php
namespace Amp\Ipc\Sync;
final class ChannelCloseAck implements ChannelCloseMsg
{
}