Public Member Functions | |
| void | operator() () |
Static Public Member Functions | |
| static void | start () |
| static void | stop () |
Classes | |
| class | fatal_input_error |
| class | fatal_input_exception |
| class | get_input_event |
Note that the actual call to wget_wch must take place in the foreground thread, because wget_wch will invoke wrefresh(). So instead of calling it in the background thread, I post input events to the foreground thread.
To prevent the background thread from spamming the foreground thread with events, I suspend it until the event actually triggers.
1.5.6