added set-port-handler! for set-port-buffering

This commit is contained in:
marting 1999-11-04 16:31:25 +00:00
parent b1d298a3f5
commit 9512af2d3f
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@
(define-interface ports-interface
(export port?
make-port
port-handler
port-handler set-port-handler!
port-lock set-port-lock!
port-locked? set-port-locked?!
port-status set-port-status!
@ -576,7 +576,7 @@
(export run-threads
run-threads-with-housekeeper
round-robin-event-handler
make-counter ; for thread counts
counter-value
increment-counter!