Skip to content

Commit 09d5283

Browse files
committed
Add note that Registry should not be used by drivers
1 parent d89d169 commit 09d5283

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Registry.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
namespace Interop\Async;
44

5+
/**
6+
* State registry to be used in Interop\Async\Loop.
7+
*
8+
* THIS TRAIT SHOULD NOT BE USED BY LOOP DRIVERS. It's the responsibility of the
9+
* loop accessor to manage this state.
10+
*/
511
trait Registry
612
{
713
/**

0 commit comments

Comments
 (0)