socketry / io-event

MIT License
75 stars 16 forks source link

Dont expose global references needlessly #117

Closed casperisfine closed 3 weeks ago

casperisfine commented 3 weeks ago

These global variables aren't used anywhere, might as well not expose them, and not need to register them.

But even then, registering them wasn't really necessary because classes defined from C API are pinned and immortal.