Non-blocking input in python

less than 1 minute read

Use the select module in python for non-blocking input. Look at my tuner program for an example of its usage.

Leave a Comment