2017 © Pedro Pelรกez
 

library php-coroutine

php coroutine

image

lanzhi/php-coroutine

php coroutine

  • Thursday, May 3, 2018
  • by lanzhi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 4 % Grown

The README.md

php-coroutine

PHP ๅ็จ‹ๆŠฝ่ฑกๅทฅๅ…ท, (*1)

ไฝฟ็”จๆกˆไพ‹๏ผš, (*2)

include __DIR__."/../vendor/autoload.php";

use lanzhi\coroutine\AbstractRoutine;
use lanzhi\coroutine\Scheduler;

class Routine1 extends AbstractRoutine
{
    protected function generate() : Generator
    {
        yield;
        echo get_called_class() , ": step 1\n";

        yield;
        echo get_called_class(), ": step 2\n";

        yield;
        echo get_called_class(), ": step 3\n";

        return get_called_class() . ": return";
    }
}
class Routine2 extends AbstractRoutine
{
    protected function generate() : Generator
    {
        yield;
        echo get_called_class() , ": step 1\n";

        yield;
        echo get_called_class(), ": step 2\n";

        yield;
        echo get_called_class(), ": step 3\n";

        return get_called_class() . ": return";
    }
}

$scheduler = Scheduler::getInstance();

$scheduler->register(new Routine1());
$scheduler->register(new Routine2());

$scheduler->run();

Output๏ผš, (*3)

Routine1: step 1
Routine2: step 1
Routine1: step 2
Routine2: step 2
Routine1: step 3
Routine2: step 3

่”็ณปไฝœ่€…

QQ : 310929334
ๅพฎไฟก: lanzhi_me, (*4)

The Versions

03/05 2018

dev-master

9999999-dev

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

03/05 2018

0.1

0.1.0.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

03/05 2018

v0.0.15

0.0.15.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

26/04 2018

v0.0.14

0.0.14.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

25/04 2018

v0.0.13

0.0.13.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

20/04 2018

v0.0.12

0.0.12.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

19/04 2018

v0.0.11

0.0.11.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

19/04 2018

v0.0.10

0.0.10.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

19/04 2018

v0.0.9

0.0.9.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

19/04 2018

v0.0.8

0.0.8.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

18/04 2018

v0.0.7

0.0.7.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

18/04 2018

v0.0.6

0.0.6.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

18/04 2018

v0.0.5

0.0.5.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

18/04 2018

v0.0.4

0.0.4.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

18/04 2018

v0.0.3

0.0.3.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ

18/04 2018

v0.0.2

0.0.2.0

php coroutine

  Sources   Download

MIT

The Requires

 

The Development Requires

by ่“่‡ณ