1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/lib
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
..
Deferred.php Rename AMP_DEBUG -> AMP_PRODUCTION_MODE 2015-05-19 14:56:22 -04:00
Failure.php Pass optional data parameter to when/watch callbacks 2015-05-19 18:49:38 -04:00
functions.php Miscellaneous function changes (more after jump) 2015-05-20 15:18:30 -04:00
LibeventReactor.php Backport API changes to 5.5+ compat 2015-05-04 12:48:29 -04:00
NativeReactor.php Fix NativeReactor bug breaking tick sleep timing 2015-05-19 16:13:53 -04:00
Pause.php Miscellaneous function changes (more after jump) 2015-05-20 15:18:30 -04:00
Placeholder.php Pass optional data parameter to when/watch callbacks 2015-05-19 18:49:38 -04:00
PrivatePlaceholder.php Unresolved -> PrivatePlaceholder 2015-05-19 00:29:27 -04:00
PrivatePromisor.php Pass optional data parameter to when/watch callbacks 2015-05-19 18:49:38 -04:00
Promise.php Pass optional data parameter to when/watch callbacks 2015-05-19 18:49:38 -04:00
PromiseStream.php Minor PromiseStream fixes 2015-05-19 16:20:53 -04:00
Promisor.php Future -> Deferred 2015-05-19 00:21:33 -04:00
PublicPromisor.php Pass optional data parameter to when/watch callbacks 2015-05-19 18:49:38 -04:00
Reactor.php Backport API changes to 5.5+ compat 2015-05-04 12:48:29 -04:00
SignalReactor.php Backport API changes to 5.5+ compat 2015-05-04 12:48:29 -04:00
Streamable.php Add Amp\Streamable interface for buffered generator resolution 2015-05-19 12:03:26 -04:00
Struct.php Suggest nearby property name in Struct error messages 2015-05-13 10:05:56 -04:00
Success.php Pass optional data parameter to when/watch callbacks 2015-05-19 18:49:38 -04:00
UvReactor.php Backport API changes to 5.5+ compat 2015-05-04 12:48:29 -04:00
Watcher.php Reactor API updates, NativeReactor refactor 2015-04-03 11:56:16 -04:00