Niklas Keller
c2b598ee9c
Improve enable() doc and mention it also in the class level phpdoc block
2017-02-09 09:50:23 +01:00
Bob Weinand
5249aa65a8
Merge pull request #141 from async-interop/define-tick
...
Define 'tick'
2017-01-28 22:35:57 +01:00
Niklas Keller
f648dd50e8
Add pending signals to third tick step
2017-01-22 17:09:35 +01:00
Niklas Keller
7f3a0db4c9
Remove timer / io callback order
2017-01-20 16:20:23 +01:00
Niklas Keller
6884501aac
Fix typo
2017-01-13 15:15:55 +01:00
Niklas Keller
5cbc42d6d9
Define 'tick'
2017-01-13 15:14:01 +01:00
Bob Weinand
a1e0ebbf1b
Merge pull request #135 from async-interop/count-watchers
...
watchers → enabled_watchers in getInfo
2017-01-13 13:37:32 +01:00
Niklas Keller
b5842db18b
watchers → enabled_watchers in getInfo
...
This ensures it's clear which info is returned.
2017-01-08 11:40:11 +01:00
Niklas Keller
372272601b
Merge pull request #130 from joshdifabio/change-namespace
...
Change namespace to AsyncInterop\Loop
2017-01-05 11:19:16 +01:00
Josh Di Fabio
7e708eaa0e
Merge branch 'master' into change-namespace
2017-01-03 20:01:26 +00:00
Bob Weinand
f784ddc9d6
Merge pull request #132 from joshdifabio/patch-1
...
Fix typo 'idenfier'
2017-01-03 19:22:56 +01:00
Josh Di Fabio
638700330d
Fix typo 'idenfier'
2017-01-03 18:16:50 +00:00
Josh Di Fabio
b9b49b3eaf
Change namespace to AsyncInterop\Loop
2017-01-02 20:48:48 +00:00
Bob Weinand
9a2d30c3c0
Merge pull request #127 from async-interop/spec
...
Change proposal to specification
2016-12-31 21:15:09 +01:00
Niklas Keller
07246e1d0d
Change proposal to specification
2016-12-31 19:50:39 +01:00
Cees-Jan Kiewiet
0ede4e89a4
Merge pull request #123 from async-interop/weak-types
...
Add note about weak type requirement
2016-12-29 16:41:03 +01:00
Niklas Keller
26173a63e6
Add note about weak type requirement
2016-12-28 14:18:14 +01:00
Bob Weinand
21683eeb26
Merge pull request #120 from async-interop/loop-info
...
Rename Loop::info to Loop::getInfo
2016-12-23 11:25:07 +01:00
Niklas Keller
5eeb96ab80
Add missing return description to Loop::getInfo
2016-12-23 11:05:37 +01:00
Niklas Keller
53bd12bbbd
Rename Loop::info to Loop::getInfo
...
We use `get` for all other similar methods, too. Closes #102 .
2016-12-23 10:58:26 +01:00
Aaron Piotrowski
db1661be6a
Merge pull request #118 from async-interop/return_old_error_handler
...
Loop::setErrorHandler should return the last error handler
2016-12-22 11:38:10 -06:00
Bob Weinand
44fd40af93
Loop::setErrorHandler should return the last error handler
2016-12-22 17:50:25 +01:00
Bob Weinand
50fd5e3bf2
Merge pull request #116 from async-interop/packages
...
Add implementations and compatible projects to README
2016-12-22 13:15:58 +01:00
Niklas Keller
438ce0b892
Add implementations and compatible projects to README
...
Closes #105 .
2016-12-18 12:31:02 +01:00
Cees-Jan Kiewiet
9433870361
Merge pull request #114 from async-interop/parallel-lint
...
Use parallel-lint for linting
2016-12-05 19:39:10 +01:00
Niklas Keller
5f3086ba95
Use parallel-lint for linting
2016-12-05 13:46:17 +01:00
Cees-Jan Kiewiet
0909e60392
Merge pull request #111 from async-interop/invalid-watcher-exception
...
Add InvalidWatcherException::getWatcherId
2016-12-05 13:40:06 +01:00
Bob Weinand
871f4efe26
Merge branch 'master' into invalid-watcher-exception
2016-11-14 17:58:43 +01:00
Bob Weinand
ef913fcfbb
Merge pull request #112 from async-interop/consistent-docs
...
Make driver and loop docs consistent
2016-11-14 17:58:06 +01:00
Niklas Keller
aa07fb1455
Make driver and loop docs consistent
2016-11-06 21:50:31 +01:00
Niklas Keller
f41eb23a8d
Add InvalidWatcherException::getWatcherId
...
Resolves #98 . I guess this exception should only be thrown if the passed watcher
identifier is a string. If a wrong type is passed, some other exception should be thrown.
2016-11-06 18:38:20 +01:00
Bob Weinand
aef839e4ae
Merge pull request #109 from async-interop/issue-106
...
Add warning about locally closed resources being undefined behavior
2016-10-25 18:27:10 +02:00
Niklas Keller
9916529f3c
'may' → 'MAY', copy docs for defer, delay, repeat from Driver to Loop
2016-10-25 17:35:21 +02:00
Niklas Keller
5d9de0c060
Fix typo, remove debug mode hint
2016-10-25 17:35:21 +02:00
Niklas Keller
c1a4d9346d
Add warning about locally closed resources being undefined behavior
...
Also makes Loop docs consistent with Driver. Resolves #106 .
2016-10-25 17:35:21 +02:00
Bob Weinand
11c04e9efe
Merge pull request #110 from async-interop/issue-95
...
Define error handler behavior
2016-10-25 10:56:32 +02:00
Niklas Keller
27e7f2a05b
Define error handler behavior
...
Resolves #95 .
2016-10-24 20:43:21 +02:00
Niklas Keller
0581b38146
Merge pull request #108 from joelwurtz/patch-1
...
Missing return type
2016-10-11 00:13:28 +02:00
Joel Wurtz
728d468432
Missing return type
2016-10-10 10:54:27 +02:00
Bob Weinand
98106455a1
Merge pull request #103 from async-interop/docs-formatting
...
Documentation formatting
2016-09-29 10:32:24 +02:00
Niklas Keller
77764d5b89
Format docs, change LogicException to Exception
2016-09-25 13:22:01 +02:00
Niklas Keller
876ca66876
Fix code markdown for Loop::info
2016-09-24 21:51:31 +02:00
Niklas Keller
32441396c5
Merge pull request #100 from async-interop/clarify_readable_writable_closed
...
Clarify that (half-)closed streams also trigger the respective read and write watchers
2016-09-24 21:11:17 +02:00
Bob Weinand
74ff6a4be1
Clarify that (half-)closed streams also trigger the respective read and write watchers
2016-09-23 16:02:23 +02:00
Niklas Keller
3791a7536a
Add missing documentation
2016-09-22 09:15:45 +02:00
Bob Weinand
a31f5188cc
Merge pull request #97 from async-interop/issue-93
...
Change exception base classes to Exception
2016-09-21 21:29:32 +02:00
Niklas Keller
3228677953
Change exception base classes to Exception
...
Resolves #93 .
2016-09-21 18:05:59 +02:00
Aaron Piotrowski
9ab9e6a6bb
Merge pull request #91 from async-interop/disabling_invalid_watcher
...
Allow disabling of invalid watchers
2016-08-30 15:35:31 -05:00
Bob Weinand
b3fdfa4ede
Fixed #90 - allow disabling of invalid watchers
2016-08-30 22:04:21 +02:00
Bob Weinand
dff456ce83
Merge pull request #89 from async-interop/state
...
Rename fetch/storeState to get/setState
2016-08-10 12:18:56 +01:00