Email list hosting service & mailing list manager

closing reader / writer Shiro Kawai (25 May 2005 00:28 UTC)
Re: closing reader / writer Michael Sperber (06 Jun 2005 15:12 UTC)
Re: closing reader / writer Shiro Kawai (07 Jun 2005 10:33 UTC)
Re: closing reader / writer Michael Sperber (08 Jun 2005 07:24 UTC)
Re: closing reader / writer Shiro Kawai (08 Jun 2005 07:55 UTC)
Re: closing reader / writer Michael Sperber (09 Jun 2005 05:53 UTC)

closing reader / writer Shiro Kawai 25 May 2005 00:28 UTC

reader-close and writer-close seem missing from the current draft.

It may also be good to note that the 'close' procedure passed to
make-simple-reader/make-simple-writer is called only synchronously,
when reader-close/write-close procedure is called.

(Another option is to allow an implementation to call 'close' when
the reader/writer is about to be GC-ed, but that'd make it difficult
to write portable code using srfi-68).

--shiro