Hi! Andy Wingo <wi...@pobox.com> skribis:
> I was thinking of adding the following to Guile, to eventually help make > the web server a little less terrible. What do you think? An “asynchronous queue” is a queue of tasks, right? What kind of tasks would it be: I/O? Computation? How does it fit with the web server? Thanks, Ludo’.