await
Here are 383 public repositories matching this topic...
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
-
Updated
May 29, 2020 - Objective-C
Current implementation of AsyncManualResetEvent event contains cancellable WaitAsync() while wiki says it is not implemented due to design reasons.
P.S.:
By the way, Great Thank you for this library.
https://github.com/malcommac/Hydra/blob/d12500aaf1685b338231f03cdfa49c4aa01858a3/README.md
in README.md, retry is written twice in line 20.It is good to match because the order is different from Index.
https://github.com/malcommac/Hydra/blob/d12500aaf1685b338231f03cdfa49c4aa01858a3/README.md#all-features
There is no retry in All Feature.
Map over promises concurrently
-
Updated
Jun 9, 2020 - JavaScript
Swift coroutines for iOS, macOS and Linux.
-
Updated
Jul 10, 2020 - Swift
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
-
Updated
Jul 8, 2020 - C#
Utilities that make array iteration easy when using async/await or Promises
-
Updated
Mar 15, 2019 - JavaScript
cross-platform coroutine library in c++
-
Updated
Jul 7, 2020 - C++
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
-
Updated
Jun 21, 2020 - Vue
Semaphore using `async` and `await`
-
Updated
Dec 20, 2019 - TypeScript
A C++ await/yield emulation library for stackless coroutine
-
Updated
Oct 14, 2019 - C++
Async Techniques and Examples in Python Course
-
Updated
Jul 6, 2020 - Python
await wrapper for easier errors handling without try-catch
-
Updated
Jul 16, 2020 - TypeScript
Coerce - an asynchronous (async/await) Actor runtime for Rust
-
Updated
May 1, 2020 - Rust
F# computation expression builder for System.Threading.Tasks
-
Updated
May 16, 2020 - F#
-
Updated
Jan 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the await topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the await topic, visit your repo's landing page and select "manage topics."


https://docs.rs/geo
https://www.postgresql.org/docs/current/datatype-geometric.html
POINT->geo::Coordinate<f64>LINE->geo::Line<f64>LSEG->geo::Line<f64>BOX->geo::Rect<f64>PATH->geo::LineString<f64>POLYGON->geo::Polygon<f64>