;;;; synch.scm ;;;; Kon Lovett, Dec '18 ;;;; Kon Lovett, Jan '18 ;;;; Kon Lovett, May '17 ;;;; Kon Lovett, Mar '06 (module synch () (import scheme) (import (chicken module)) (import synch-open) (reexport synch-open) (import synch-params) (reexport synch-params) (import synch-dyn) (reexport synch-dyn) ) ;module synch