Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 22, 2024
1 parent b26b611 commit 26e6748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vennv/vapm/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public function isClosed(): bool;
final class Channel implements ChannelInterface
{

/**
* @var mixed[]
*/
private array $queue = [];

private bool $locked = false;
Expand Down

0 comments on commit 26e6748

Please sign in to comment.