Include half-assed implementation of ADD-PENDING-CHANNEL.

This commit is contained in:
sperber 2002-09-19 07:08:16 +00:00
parent d14e638e10
commit 5b47488938
1 changed files with 5 additions and 1 deletions

View File

@ -108,6 +108,10 @@
(set! *pending-channels* (delq channel *pending-channels*))
0)
(define (add-pending-channel channel input?)
(set! *pending-channels* (cons channel *pending-channels*))
#t)
;----------------
; Events
;
@ -147,7 +151,7 @@
*pending-channels*)
=> (lambda (channel)
(set! *pending-channels* (delq channel *pending-channels*))
(values (enum events io-completion-event)
(values (enum events io-read-completion-event)
channel
0)))
(else