1 repo
Utilities that provide interoperability between synchronous and asynchronous programming models.
Distinguishing note: Focuses on bridging blocking and non-blocking execution modes rather than general concurrency primitives.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Execution Bridges. Refine with filters or upvote what's useful.
This library provides a unified interface for interacting with hundreds of global cryptocurrency exchanges. It serves as a standardized framework for building automated trading systems, allowing developers to fetch real-time market data, manage account balances, and execute orders across multiple financial platforms through a single, predictable set of methods. The project distinguishes itself by abstracting the complexities of diverse exchange-specific application programming interfaces into a consistent internal schema. It includes a modular authentication layer that automatically handles c
Allows developers to interact with network operations using either blocking calls or non-blocking promises.