issues
search
async-interop
/
event-loop
An event loop interface for interoperability in PHP.
MIT License
169
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Project status
#156
bartvanhoutte
opened
4 years ago
3
PHP 8
#155
uasan
opened
6 years ago
0
Add current status to readme
#154
kelunik
closed
7 years ago
0
Remove Loop::execute scoping
#153
kelunik
closed
7 years ago
1
Multiple read / write watchers on one stream
#152
kelunik
opened
7 years ago
3
Common Driver Implementations
#151
trowski
opened
7 years ago
12
Improve enable() doc and mention it also in the class level phpdoc block
#150
kelunik
closed
7 years ago
6
Use a simple get/set accessor instead
#149
bwoebi
closed
7 years ago
5
Scoping
#148
kelunik
opened
7 years ago
8
Remove setFactory() side-effect and add resetDriver()
#147
trowski
closed
7 years ago
5
Require callbacks to be void
#146
trowski
closed
7 years ago
21
Resolve #142 by adding a run() method
#145
bwoebi
closed
7 years ago
2
Reuse current loop with execute
#144
trowski
closed
7 years ago
3
Most methods in Loop checks for self::$driver else checks inside self::get()
#143
brzuchal
closed
7 years ago
2
One Loop to Rule Them All
#142
davidwdan
closed
7 years ago
18
Define 'tick'
#141
kelunik
closed
7 years ago
0
Standard sync implementation
#140
joelwurtz
closed
7 years ago
5
Safe execute
#139
kelunik
closed
7 years ago
19
Disallow other drivers when the Loop accessor has been used outside of Loop::execute
#138
kelunik
closed
7 years ago
1
Enforce unique-per-process watcher identifiers
#137
joshdifabio
closed
7 years ago
17
Composer: Add API virtual package and require an implementation
#136
joshdifabio
closed
7 years ago
23
watchers → enabled_watchers in getInfo
#135
kelunik
closed
7 years ago
8
Specify error cases
#134
kelunik
opened
7 years ago
6
Enforce unique-per-process watcher identifiers
#133
joshdifabio
closed
7 years ago
4
Fix typo 'idenfier'
#132
joshdifabio
closed
7 years ago
0
How to count in getInfo
#131
kelunik
closed
7 years ago
3
Change namespace to AsyncInterop\Loop
#130
joshdifabio
closed
7 years ago
2
Define versioning strategy
#129
joshdifabio
opened
7 years ago
23
Root Namespace
#128
kelunik
closed
7 years ago
7
Change proposal to specification
#127
kelunik
closed
7 years ago
0
Review
#126
kelunik
opened
7 years ago
16
Add specification / meta
#125
kelunik
opened
7 years ago
1
Two working implementations
#124
kelunik
opened
7 years ago
10
Add note about weak type requirement
#123
kelunik
closed
7 years ago
1
Make use of PHP 7 features
#122
kelunik
closed
7 years ago
4
Add Loop::getHandle
#121
kelunik
closed
7 years ago
7
Rename Loop::info to Loop::getInfo
#120
kelunik
closed
7 years ago
0
Version 1
#119
mbonneau
closed
7 years ago
13
Loop::setErrorHandler should return the last error handler
#118
bwoebi
closed
7 years ago
0
Strict types
#117
kelunik
closed
7 years ago
16
Add implementations and compatible projects to README
#116
kelunik
closed
7 years ago
2
Thoughts about merging to core
#115
kelunik
closed
7 years ago
6
Use parallel-lint for linting
#114
kelunik
closed
7 years ago
1
Detect active Loop
#113
joelwurtz
closed
7 years ago
4
Make driver and loop docs consistent
#112
kelunik
closed
7 years ago
0
Add InvalidWatcherException::getWatcherId
#111
kelunik
closed
7 years ago
1
Define error handler behavior
#110
kelunik
closed
8 years ago
2
Add warning about locally closed resources being undefined behavior
#109
kelunik
closed
8 years ago
3
Missing return type
#108
joelwurtz
closed
8 years ago
0
Why Loop is a static class?
#107
khelle
closed
7 years ago
32
Next