1
0
mirror of https://github.com/danog/file.git synced 2024-12-02 09:17:57 +01:00
This commit is contained in:
Daniil Gentili 2024-09-02 16:48:40 +02:00
parent 8041a2b428
commit 4b234c63a3
4 changed files with 16 additions and 14 deletions

View File

@ -7,6 +7,7 @@ use Amp\Sync\KeyedMutex;
use Amp\Sync\Lock;
use Amp\Sync\SyncException;
use function Amp\delay;
/**
* Asynckeyed mutex based on files.
*

View File

@ -7,6 +7,7 @@ use Amp\Sync\KeyedMutex;
use Amp\Sync\Lock;
use Amp\Sync\SyncException;
use function Amp\delay;
/**
* Async keyed mutex based on flock.
*