-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use async IO (ainput() / aprint()) throughout
This is to avoid conflicts with blocking IO, i.e. input() and print(). On Linux ainput() sets the O_NONBLOCK flag, which then makes input() and print() fail. Fixes #17, #19
- Loading branch information
Showing
5 changed files
with
193 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.