guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fibers usage


From: tantalum
Subject: Re: fibers usage
Date: Fri, 14 Dec 2018 11:33:55 +0000
User-agent: Posteo Webmail

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 or nullary for lambda (), i dont know how useful it could be, but for reference: https://github.com/sph-mn/sph-lib/tree/master/modules/sph/server three files are relevant in the repository: server/base.scm, server/fibers.scm, server.scm.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]