Fix missed use statement

This commit is contained in:
Aaron Piotrowski 2017-11-29 17:58:00 -06:00
parent d0a3001c6a
commit 7bb49256be
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -2,7 +2,7 @@
namespace Amp\Parallel\Worker;
use Amp\Parallel\Thread\Thread;
use Amp\Parallel\Context\Thread;
/**
* The built-in worker factory type.