Updated 6 months ago
@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`.
Updated 6 months ago
@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.
Updated 6 months ago
@stdlib/utils-try-then
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
Updated 5 months ago
https://github.com/danielathome19/c-prime
C′ (C Prime) is a library for the C programming language that includes many standard library headers, macros, and functions to provide a more modern/high-level and user-friendly experience for C programmers.