#
await
Here are 466 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.
c
swift
ios
generator
objective-c
actor-model
asm
actor
await
arm64
objc
coroutine-library
coroutine
tuple
await-promises
-
Updated
May 29, 2020 - Objective-C
-
Updated
Jul 2, 2021 - JavaScript
FluentLenium is a web & mobile automation framework which extends Selenium to write reliable and resilient UI functional tests. This framework is React ready. Written and maintained by people who are automating browser-based tests on a daily basis.
-
Updated
Aug 9, 2021 - Java
Swift coroutines for iOS, macOS and Linux.
macos
linux
swift
ios
promises
async
asynchronous
atomic
scheduler
coroutines
thread
dispatch
multithreading
await
lock-free
async-await
futures
combine
coroutine
structured-concurrency
-
Updated
Jun 20, 2021 - Swift
Map over promises concurrently
nodejs
javascript
promises
async
mapper
promise
iteration
concurrency
parallel
async-functions
await
async-await
pmap
-
Updated
Jul 23, 2021 - JavaScript
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
cpp
scheduler
coroutines
concurrency
tasks
multithreading
concurrent-programming
asynchronous-programming
threading
await
async-await
task-scheduler
thread-safety
timers
executor-service
coroutine
threadpool
cpp20
executors
-
Updated
Jul 24, 2021 - 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
javascript
i18n
testing
vuejs
mocha
eslint
skeleton
frontend
async
mvp
vuex
prettier
chai
vue-router
await
cypress
vuetify
-
Updated
Aug 10, 2021 - Vue
cross-platform coroutine library in c++
macos
linux
c-plus-plus
performance
stack
cross-platform
cpp
high-performance
timer
assembly
boost
pool
window
then
await
ha
lock-free
thread-safety
coroutine
-
Updated
Jul 30, 2021 - C++
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
-
Updated
Aug 18, 2020 - C#
Semaphore using `async` and `await`
-
Updated
Oct 16, 2020 - TypeScript
Utilities that make array iteration easy when using async/await or Promises
-
Updated
Oct 6, 2020 - JavaScript
Async Techniques and Examples in Python Course
-
Updated
Oct 1, 2020 - Python
A C++ await/yield emulation library for stackless coroutine
c-plus-plus
generator
coroutines
concurrency
async-programming
c-plus-plus-14
stackless
header-only
await
yield
multitasking
cooperative
-
Updated
Oct 14, 2019 - C++
await wrapper for easier errors handling without try-catch
-
Updated
Aug 13, 2021 - TypeScript
Coerce - an asynchronous (async/await) Actor runtime and cluster framework for Rust
rust
actors
scalable
async
asynchronous
cluster
actor-model
remote
distributed
tokio
await
async-await
tokio-rs
-
Updated
Aug 8, 2021 - Rust
F# computation expression builder for System.Threading.Tasks
-
Updated
Jan 31, 2021 - F#
-
Updated
Aug 11, 2021 - JavaScript
Like Promise.all(array) but with an object instead of an array.
-
Updated
Apr 7, 2021 - TypeScript
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."
Is it possible for sqlx to have an impl of
Decode
forCow<'_, str>
(with implementation delegation tostr
, similar to whatString
is doing)?