2 repository-uri
Executing TypeScript code within background worker threads with automatic compilation.
Distinct from TypeScript Execution: Specializes general TypeScript execution by applying it specifically to background worker threads.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Background Thread Integration. Refine with filters or upvote what's useful.
threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive tasks to background threads. It functions as a cross-platform worker pool and a TypeScript worker runner that automatically transpiles and executes TypeScript files within separate threads. The project distinguishes itself by providing a unified worker API that allows for cross-platform execution across different JavaScript environments. It includes a specialized worker data serialization tool to pass complex class instances and binary data between threads, and supports inlini
Executes TypeScript logic in worker threads with automatic transpilation and seamless promise-based communication.
MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin
Executes functions in background green threads asynchronously without blocking the main flow.