1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Update a comment in (web client)

* module/web/client.scm: Update a comment.
This commit is contained in:
Andy Wingo 2011-12-06 11:46:58 +01:00
parent 2c27dd57c7
commit fe0c202c0e

View file

@ -27,7 +27,7 @@
;;; the web server. ;;; the web server.
;;; ;;;
;;; Another option, good but not as performant, would be to use threads, ;;; Another option, good but not as performant, would be to use threads,
;;; possibly via par-map or futures. ;;; possibly via a thread pool.
;;; ;;;
;;; Code: ;;; Code: