🎮 A TypeScript implementation of the standard AbortController API for ComputerCraft!
Perfect for when you need to cancel operations faster than a creeper changes its mind.
Key Features:
🛑 Cancel async operations gracefully
⏲️ Set timeouts that actually work
🔗 Combine multiple abort signals
🎯 Event-based cancellation handling
Example
// Creating a self-destruct sequence (that we can cancel!) constcontroller = newAbortController();
🎮 A TypeScript implementation of the standard AbortController API for ComputerCraft! Perfect for when you need to cancel operations faster than a creeper changes its mind.
Key Features:
Example
Common Use Cases:
Warning
This implementation closely follows the web standard but is adapted for ComputerCraft's environment. Some subtle differences may exist.