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