mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Naming the leap second polling thread.
This commit is contained in:
parent
c2fe35e5d6
commit
a2600da6b9
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
(import (srfi 18)))
|
||||
(else
|
||||
(begin
|
||||
(define (make-thread thunk) #f)
|
||||
(define (make-thread thunk name) #f)
|
||||
(define (thread-start! th) #f)
|
||||
(define (thread-sleep! secs) #f))))
|
||||
|
||||
|
@ -162,7 +162,8 @@
|
|||
(let loop ()
|
||||
(thread-sleep! *cache-lifetime*)
|
||||
(update-cache! (open-leap-seconds-list-port))
|
||||
(loop)))))
|
||||
(loop)))
|
||||
"leap-second-update-poll"))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue