symplely/coroutine

View on GitHub
Coroutine/Parallel/Runtime.php

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public function run(?\closure $task = null, ...$argv): Futures
  {
    if ($this->isClosed())
      throw new Closed('already closed');

Severity: Minor
Found in Coroutine/Parallel/Runtime.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status