PocketMine-MP
5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
Loading...
Searching...
No Matches
InterThreadChannelWriter.php
1
<?php
2
3
/*
4
* RakLib network library
5
*
6
*
7
* This project is not affiliated with Jenkins Software LLC nor RakNet.
8
*
9
* This program is free software: you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation, either version 3 of the License, or
12
* (at your option) any later version.
13
*
14
*/
15
16
declare(strict_types=1);
17
18
namespace
raklib\server\ipc;
19
20
interface
InterThreadChannelWriter
{
21
public
function
write(
string
$str) : void;
22
}
raklib\server\ipc\InterThreadChannelWriter
Definition
InterThreadChannelWriter.php:20
vendor
pocketmine
raklib-ipc
src
InterThreadChannelWriter.php
Generated by
1.12.0