From 28c831d261ddc010f083e7c834e48d93b1783327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 22 Jan 2020 00:13:46 +0100 Subject: Experiments with multithreading. --- module/output/html.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/output') diff --git a/module/output/html.scm b/module/output/html.scm index 0f4125ca..394bb476 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -368,6 +368,8 @@ (define-public (html-chunked-main calendars events start) + ;; NOTE Something here isn't thread safe. + ;; TODO make it thread safe (stream-for-each (lambda (pair) (format (current-error-port) "d = ~a~%u = ~a~%" (car pair) (cadr pair)) (let ((fname (format #f "./html/~a.html" (date->string (car pair) "~1")))) -- cgit v1.2.3