hidden-char v0.1.0.1 Release Notes
-
- Fix for concurrency issue on Windows (https://github.com/rcook/hidden-char/issues/1): the underlying "unsafe" FFI calls to
getch
would previously suspend all threads in the running program whilegetch
was blocking on keyboard input; with this fix, the call togetch
is now marked "safe" and can be pre-empted
- Fix for concurrency issue on Windows (https://github.com/rcook/hidden-char/issues/1): the underlying "unsafe" FFI calls to