1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
Niklas Keller
e12c20cbda Use cancellation as parameter name for CancellationToken 2021-12-02 21:43:32 +01:00
Aaron Piotrowski
3926b3f978
Rename launch to async
Thus we've come full circle :P
2021-12-02 13:44:10 -06:00
Niklas Keller
bdce2f0896 Use \Closure in launch 2021-12-02 18:49:00 +01:00
Niklas Keller
6d3bf39a7e Cache closure in launch() 2021-12-02 18:44:05 +01:00
Niklas Keller
37db787ba6 Use \Closure instead of callable 2021-12-02 18:40:51 +01:00
Niklas Keller
1bf42c65eb Rename lib → src 2021-12-02 18:20:10 +01:00
Daniel Lowrey
c3650dce88 Fixed really epic syntax fail 2014-08-02 01:09:07 -04:00
Daniel Lowrey
16190c9b32 Improved composer support 2014-07-22 13:47:22 -04:00
Daniel Lowrey
861cb58023 File structure reorganization 2014-03-06 09:53:16 -05:00
Daniel Lowrey
a70c9315b5 Code formatting changes 2014-02-23 16:26:28 -05:00
Daniel Lowrey
a6ae4cc4cf Remove old forkable references 2014-02-23 16:24:07 -05:00
Daniel Lowrey
5402715d70 Removed missing interface implementation declaration 2014-01-22 10:10:04 -05:00
Daniel Lowrey
771848b28a Added optional onStart callback to Reactor::run() 2014-01-20 13:27:44 -05:00
Daniel Lowrey
022b92c797 Removed orphaned Forkable interface 2014-01-20 08:17:40 -05:00
Daniel Lowrey
6da223b0f9 Fixed potential PHP_INT_MAX watcher ID overwrite 2013-11-29 13:40:34 -05:00
Daniel Lowrey
c68ac138bb Improved documentation 2013-11-27 12:14:59 -05:00
Daniel Lowrey
5742c74a43 Removed trailing spaces 2013-11-27 12:14:59 -05:00
Daniel Lowrey
233a468113 Merge branch 'assorted_tweaks' of git://github.com/leight/Alert into leight-assorted_tweaks 2013-11-17 18:00:41 -05:00
Daniel Lowrey
110e8f2fef Removed unnecessary intermediary garbage storage 2013-11-17 17:58:41 -05:00
Leigh
681b68d887 Improve timeout calculation.
Remove string processing in favour of maths.
Move sec/usec calculation inside condition so they're not calculated when not needed.
2013-11-15 00:18:50 +00:00
Leigh
70654d9557 Checking one array, but using another 2013-11-15 00:15:17 +00:00
Leigh
feddb76a9a Remove conditional emty arrays in selectActionableStreams
Neither readStreams or writeStreams are ever completely unset and the calling method checks that at least one of them has some sort of contents. There is no need to check if one is an empty array, and if so, supply an empty array.
2013-11-15 00:13:24 +00:00
Leigh
cfb0badf6c Add missing property declaration.
It was making PHPStorm unhappy :(
2013-11-15 00:07:54 +00:00
Daniel Lowrey
73fc260f15 libevent reactor forking cleanup/fixes/refactoring 2013-09-12 19:59:05 -04:00
Daniel Lowrey
7eccb0cc5c Reactor instance now passed to event callbacks 2013-09-08 09:46:25 -04:00
Daniel Lowrey
f2b837ba19 Added Forkable interface for managing libevent resource forking 2013-08-29 02:42:10 -04:00
Daniel Lowrey
d3d034f0d7 Addressed drifting repeat alarms 2013-08-12 11:49:43 -04:00
Daniel Lowrey
c316405996 Infinite recursion fix 2013-08-12 11:17:08 -04:00
Daniel Lowrey
d65224aeb3 Initial release commit 2013-08-07 00:17:57 -04:00