1;;
2;; srfi-18 - multithreading support
3;; In Gauche, srfi-18 is covered by gauche.threads
4;;
5
6(define-module srfi-18 (extend gauche.threads))
7