Hello Chicken Users! I have created an asynchronous I/O egg for chicken. Would it be possible to have it added to the egg-locations file in subversion?
Here is the repository https://github.com/yarnoiser/async-io And here is the url for the release-info file specifically. https://github.com/yarnoiser/async-io/blob/master/async-io.realease-info Hopefully this library will make it easier to read from and write to any file descriptor without leaving applications hanging, since all srfi-18 threads block when i/o is performed on ports other than tcp sockets. This library's readers use simple parsers to retrieve completed tokens from input files as they become ready. It includes a parser for scheme expressions as well as messages which consist of a single line. Hopefully this will be of use. -Robert
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
