crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.26k stars 1.61k forks source link

Add `Crystal::EventLoop.current` #14559

Closed ysbaddaden closed 2 months ago

ysbaddaden commented 2 months ago

Abstracts where the current event loop instance is stored, instead of assuming Crystal::Scheduler.event_loop.

Related to the other PRs that abstract Crystal::Scheduler away.