1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00
Daniel Lowrey c7e4e8d0c3 Miscellaneous function changes (more after jump)
- Combinator functions optimized for performance
- Amp\reactor() now accepts an optional assignment parameter for
  modifying the global default event reactor instance to allow for
  third-party Reactor implementations.
- Renamed functions:
    . Amp\getReactor() -> Amp\reactor()
- Removed functions:
    . Amp\chooseReactor()
    . Amp\tick()
    . Amp\immediately()
    . Amp\once()
    . Amp\repeat()
    . Amp\onReadable()
    . Amp\onWritable()
    . Amp\onSignal()
    . Amp\enable()
    . Amp\disable()
    . Amp\cancel()
2015-05-20 15:18:30 -04:00
2015-02-05 18:17:05 +01:00
2014-08-01 15:37:02 -04:00
2015-05-04 12:55:49 -04:00
2015-05-12 15:23:53 -04:00
2015-05-04 12:48:29 -04:00
2015-04-29 13:24:59 -04:00
2015-02-05 18:17:05 +01:00
2015-05-12 15:18:28 -04:00

Amp Build Status

amphp/amp is a non-blocking concurrency framework for PHP applications. Learn more about Amp in the Guide.

Dependencies

  • PHP 7

Installation

$ git clone https://github.com/amphp/amp.git

-or-

$ composer require amphp/amp

The appropriate composer versions:

- PHP7:     "v2.0.0-dev"
- PHP5.5+:  "v1.0.0-dev"

Versioning

Amp strives to follow the SemVer specification.

Description
No description provided
Readme MIT 3 MiB
Languages
PHP 99.4%
Shell 0.3%
Makefile 0.3%