Files
2025-07-18 08:04:41 +02:00

705 B

This package is part of the openDAW SDK

@opendaw/lib-runtime

Runtime utilities and asynchronous operations for TypeScript projects.

Async & Promises

  • promises.ts - Promise utilities and async operation helpers
  • wait.ts - Waiting and delay utilities
  • runtime.ts - Runtime environment utilities

Network & Communication

  • fetch.ts - HTTP request utilities and fetch wrappers
  • network.ts - Network-related utilities
  • messenger.ts - Message passing utilities
  • communicator.ts - Inter-process communication helpers

Time & Performance

  • timespan.ts - Time span calculations and utilities
  • stopwatch.ts - Performance timing and measurement utilities