2 repositorios
Implementations of non-blocking execution flows to maintain system responsiveness during high-latency operations.
Distinct from Async Operation Timeouts: Closest candidates focus on debugging or timeouts, whereas this is about the core execution model for rendering.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Asynchronous Execution Models. Refine with filters or upvote what's useful.
Scriban is a text templating library and .NET scripting engine used for dynamic text generation. It functions as a template processor and a safe scripting sandbox, providing a secure execution environment that restricts object exposure to prevent unauthorized code execution. The project also includes an abstract syntax tree template parser that allows for programmatic template analysis and modification. The engine features a dedicated Liquid template engine and compatibility mode, allowing it to parse, execute, and convert templates written in Liquid syntax. It distinguishes itself through a
Implements non-blocking operations during template processing to maintain responsiveness during high-latency data fetches.
DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces. The project distinguishes itself through a namespace-based method dispatching system that uses dot-notation to organize functions into hierarchical groups, preventing naming conflicts. It also includes a cross-layer debug
Supports immediate return values for simple requests and callback-based responses for long-running native tasks.