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
|
94e66ce08b
|
Update loop standard dependency
|
2016-09-09 18:05:13 -05:00 |
|
Aaron Piotrowski
|
7f5142be88
|
Fix map() return type
|
2016-09-09 18:05:01 -05:00 |
|
Aaron Piotrowski
|
3755a3c9e9
|
Update loop dependency
|
2016-09-09 17:58:53 -05:00 |
|
Aaron Piotrowski
|
973a08c26b
|
Update for loop standard v0.3
|
2016-09-09 17:38:22 -05:00 |
|
Aaron Piotrowski
|
2a6dddcfa7
|
Test on 7.1
|
2016-09-07 16:49:47 -05:00 |
|
Aaron Piotrowski
|
759af93112
|
Missed static; remove unused import
|
2016-09-07 12:24:49 -05:00 |
|
Bob Weinand
|
eee5d58a89
|
Disabling invalid watchers must not throw now
|
2016-08-30 22:39:47 +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 |
|
Aaron Piotrowski
|
0992eaea89
|
CallableFromMethod -> CallableMaker
|
2016-08-30 10:34:17 -05:00 |
|
Aaron Piotrowski
|
448391531e
|
Add CallableFromMethod trait
|
2016-08-29 18:35:49 -05:00 |
|
Aaron Piotrowski
|
220c969e12
|
Allow Amp\*() loop callbacks to return values
Asserting that the function be void if not a Generator turned out to be just annoying rather than helpful.
|
2016-08-29 12:40:13 -05:00 |
|
Aaron Piotrowski
|
44aee8de47
|
Restrict callback returns to void or Generator
|
2016-08-26 16:29:57 -05:00 |
|
Aaron Piotrowski
|
edf2984863
|
Update Observable-based functions
Some of the changes to Observables broke functions using them.
|
2016-08-23 13:22:24 -05:00 |
|
Aaron Piotrowski
|
f46912d387
|
Fix bug on null emits
|
2016-08-23 13:18:56 -05:00 |
|
Aaron Piotrowski
|
6e1c1db5a6
|
Drop special behavior when emitting an observable
|
2016-08-23 13:17:59 -05:00 |
|
Aaron Piotrowski
|
3ce0c0dd37
|
Resolve with boolean, not emitted value
|
2016-08-23 12:50:16 -05:00 |
|
Bob Weinand
|
c89f10eef0
|
Make Observer::drain() public
|
2016-08-23 16:21:05 +02:00 |
|
Aaron Piotrowski
|
5f1354bf1a
|
Add drain() method to Observer
|
2016-08-23 08:50:04 -05:00 |
|
Aaron Piotrowski
|
ddefcf21f9
|
Implement Observable in Success and Failure
|
2016-08-22 16:21:47 -05:00 |
|
Aaron Piotrowski
|
ef143534e3
|
Fix issue with resolved Observer not receiving all values
|
2016-08-22 10:54:39 -05:00 |
|
Aaron Piotrowski
|
96e1178b89
|
Code, docblock, and comment cleanup
|
2016-08-17 22:25:54 -05:00 |
|
Aaron Piotrowski
|
a8d7d71a1a
|
Drop Future and Producer
|
2016-08-17 21:17:31 -05:00 |
|
Aaron Piotrowski
|
d4e83490c2
|
Drop unsubscribing from Observable
|
2016-08-17 21:11:03 -05:00 |
|
Aaron Piotrowski
|
36bfc3e20a
|
Fix namespace
|
2016-08-16 23:27:10 -05:00 |
|
Aaron Piotrowski
|
8eda038155
|
Use strict types in tests; update some tests
|
2016-08-16 16:39:25 -05:00 |
|
Aaron Piotrowski
|
2317a3aa37
|
Unsubscribe from emitted observable if failed
|
2016-08-16 16:31:09 -05:00 |
|
Aaron Piotrowski
|
84c2572e0a
|
Prevent fail call after resolution
|
2016-08-16 13:30:32 -05:00 |
|
Aaron Piotrowski
|
bdc26e1e8b
|
Combine use statements
|
2016-08-16 13:07:51 -05:00 |
|
Aaron Piotrowski
|
dae4eb90da
|
Better Emitter fix; fail observable if emitted awaitable fails
|
2016-08-16 13:07:38 -05:00 |
|
Aaron Piotrowski
|
a8a5a1b3a5
|
Fix Emitter
|
2016-08-16 02:28:47 -05:00 |
|
Aaron Piotrowski
|
888229d667
|
Use strict types
|
2016-08-15 23:46:26 -05:00 |
|
Bob Weinand
|
7c9a004024
|
Fix composer build (0.2 for event-loop)
|
2016-08-15 15:47:26 +02:00 |
|
Bob Weinand
|
6a87658ad8
|
Remove bogus .coveralls.yml file
|
2016-08-15 15:41:28 +02:00 |
|
Bob Weinand
|
4e52e68f3a
|
Fix travis run the second
|
2016-08-15 15:32:54 +02:00 |
|
Bob Weinand
|
0f5460fd0f
|
Do not run memory leak testing test with code coverage active
|
2016-08-15 15:08:09 +02:00 |
|
Bob Weinand
|
83ceb7f5f8
|
Fix PHP_INT_MIN not defined in 5.5
|
2016-08-14 22:44:49 +02:00 |
|
Bob Weinand
|
c503bbf46d
|
Fix composer.json
|
2016-08-14 22:41:36 +02:00 |
|
Bob Weinand
|
eedc0fb3b8
|
Add travis config
|
2016-08-14 22:35:22 +02:00 |
|
Bob Weinand
|
e7d629e58f
|
Fix signals not being dispatched in NativeLoop
This was the case when at least one expired and non-expired timer existed.
|
2016-08-14 22:29:30 +02:00 |
|
Bob Weinand
|
f82999bb1b
|
Update according to most recent spec changes
|
2016-08-14 22:27:52 +02:00 |
|