future
:rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone
https://github.com/futureverse/future.apply
:rocket: R package: future.apply - Apply Function to Elements in Parallel using Futures
@stdlib/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-for-each
Invoke a function once for each element in a collection.
@stdlib/utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.
@stdlib/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
@stdlib/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
@stdlib/utils-async-if-else
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-try-catch
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
@stdlib/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/utils-async-try-then
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.
utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
paco
Small utility library for coroutine-driven asynchronous generic programming in Python
fastapi-postgres
Template for building FastAPI Asynchronous applications with PostgreSQL(SQLModel)