CLIM mail archive
[Prev][Next][Index][Thread]
bidirectional streams
I can't get bidirectional streams to work in CLIM; I'm assuming
they are not supported?
That is, if I do:
(clim:make-two-way-stream s1 s2)
where s1 for example was returned by clim:open-window-stream, I get an
error saying that s1 is not a stream.
Are there any plans to support them? I would find them useful in
conjunction with clim:accept so that I could give the function a
stream argument that would let it read and write from different panes
or windows that I specify.
Peter
Follow-Ups:
Main Index |
Thread Index