Skip to content

Instantly share code, notes, and snippets.

View NazgulCoder's full-sized avatar
🏠
Working from home

Nazgul NazgulCoder

🏠
Working from home
  • Malta
View GitHub Profile
@gustaebel
gustaebel / poll.py
Last active April 11, 2025 22:31
Simple select.poll() implementation for Windows
"""Very basic select.poll() implementation for Windows using select.select().
Developed for and tested with https://github.com/pyradius/pyrad only.
Usage:
import poll
poll.install()
import select
poller = select.poll()