factor/core/windows/io.factor

8 lines
171 B
Factor
Raw Normal View History

2006-11-10 17:08:29 -05:00
USING: kernel win32-api ;
IN: io-internals
! Allows use of the ui without native i/o.
! Overwritten when native i/o is loaded.
: io-multiplex ( ms -- ) 0 SleepEx drop ;