]> gitweb.factorcode.org Git - factor.git/commit
vm: enqueue signals for FEP signals too
authorJoe Groff <arcata@gmail.com>
Mon, 7 Nov 2011 22:05:31 +0000 (14:05 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 8 Nov 2011 16:42:47 +0000 (08:42 -0800)
commit18e01f777063462d1c67190fbb265fb920ebd063
treea8c22a2b204015d31931d1a82c3de5ee7bd9a2c6
parentb46fd5e6551803104bbd0847cab66c8b13d9fc38
vm: enqueue signals for FEP signals too
Although SIGINT still can't interrupt the current Factor thread in a sane way, this will at least wake up the run loop when waiting for input and fix #348 when implemented at the application level.
vm/os-unix.cpp
vm/os-windows.cpp
vm/safepoints.cpp
vm/safepoints.hpp