clean up comments

erg 2006-09-09 22:39:04 +00:00
parent b0932edbb6
commit b3b81f8834
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ USING: compiler namespaces kernel win32-io-internals win32-stream win32-api
IN: io-internals
: io-multiplex ( ms -- )
#! FIXME: needs to work given a timeout (???)
dup -1 = [ drop INFINITE ] when cancel-timedout wait-for-io
swap [ schedule-thread-with ] [ drop ] if* ;

View File

@ -1,4 +1,4 @@
! Copyright (C) 2004, 2006 Mackenzie Straight, Doug Coleman.
! Copyright (C) 2006 Mackenzie Straight, Doug Coleman.
IN: win32-stream
USING: alien errors generic hashtables io-internals kernel