1
0
mirror of https://github.com/danog/amp.git synced 2025-01-10 23:18:20 +01:00
amp/lib/CoroutineStruct.php

11 lines
161 B
PHP
Raw Normal View History

2015-03-16 20:00:10 +01:00
<?php
namespace Amp;
final class CoroutineStruct extends Struct {
public $reactor;
public $promisor;
public $generator;
public $promisifier;
}