event-loop
Here are 91 public repositories matching this topic...
-
Updated
May 19, 2020 - Python
Hey,
Has any thought been given to supporting phpstan/psalm generics e.g.
class Foo
{
/**
* @return Promise<MyDomainThing>
*/
public function wait(): Promise { // ... }
}
Otherewise, what's the best way to document a Promise that's compatible with SA tools?
Psalm has some stubs for Amp: https://github.com/vimeo/psalm/blob/master/src/Psalm/Internal/S
-
Updated
May 24, 2020 - Go
- Mojolicious version: 8.29
- Perl version: 5.26.1
- Operating system: High Sierra
When testing a JSON value like { "fruit": "lemon" }
with ...->json_is('/animal', 'bat')
we correctly get a failure, but the diagnostic message complains that undef
doesn't equal 'bat'
which isn't quite right. The value isn't even undef, it doesn't exist. Same applies to json_like
.
-
Updated
May 21, 2020 - C++
-
Updated
Jan 1, 2020 - PHP
-
Updated
May 12, 2020 - C
-
Updated
May 11, 2020 - JavaScript
-
Updated
Mar 19, 2017 - PHP
-
Updated
May 3, 2020 - Python
-
Updated
May 24, 2020 - C++
-
Updated
Feb 18, 2019 - Haskell
-
Updated
May 22, 2020 - Java
-
Updated
Feb 26, 2019 - C
-
Updated
Nov 9, 2018 - Kotlin
-
Updated
Sep 17, 2017 - JavaScript
-
Updated
Mar 12, 2020 - MoonScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Dec 20, 2019 - Go
-
Updated
Sep 14, 2019 - PHP
-
Updated
Apr 1, 2018 - JavaScript
-
Updated
Sep 19, 2017 - C++
-
Updated
Mar 31, 2020 - PHP
-
Updated
Dec 20, 2019 - Tcl
-
Updated
Jun 15, 2019 - Python
Improve this page
Add a description, image, and links to the event-loop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event-loop topic, visit your repo's landing page and select "manage topics."
The core documentation on how to make requests says to use xxxNow to make request from a client, but those methods are deprecated, e.g., getNow.