Skip to content

Releases: OverLab-Group/OLSRT

v1.0.0 (Atom)

22 Nov 20:15
e42c84d

Choose a tag to compare

🚀 Release v1.0.0 (Atom)

✨ Highlights

  • First stable release of OLSRT 🎉
  • Core runtime modules finalized and production‑ready
  • Minimal footprint (~75KB core) yet powerful enough for enterprise workloads
  • Cross‑platform support (Linux ✅, Windows 🔜, macOS 🔜, BSD ❌)
  • Full implementation of concurrency primitives:
    • Actors
    • Async/Await
    • Coroutines
    • Green Threads / Fibers
  • Synchronization suite:
    • Locks & Mutexes
    • Semaphores
    • Supervisors
  • Event loop & poller with deadline support
  • Streams, Futures, Promises, and Parallel execution

📚 Notes

  • Documentation is in progress 📖
  • SDK bindings for Python, Rust, and Go are planned 🔜
  • Windows/macOS builds are coming soon