Re: fibers usage

2018-12-14 Thread tantalum
i might not be able to be of much help but ive used fibers before in a server application. there is a pitfalls section in the manual: https://github.com/wingo/fibers/wiki/Manual here is the code of the server application, which has code idiosyncracies, like using first/tail instead of car/cdr

fibers usage

2018-12-10 Thread Catonano
I'm trying to create a server with Fibers I copied the ping sever provided as an example in Fibers I changed it a bit and I tried to run it it doesn't work I run the server, I call it from the REPL I send a request to the server, the I read the reply I mean that I repeatedly call "read-line"