- (define-constructor-synch CTORNAME [ID])syntax
-
(define-constructor-synch make-hash-table hash-table-synch) ;=> similar (define (make-hash-table-sync . args) (make-synch-with-object (apply make-hash-table args) '(hash-table-synch)) )
(define-constructor-synch make-hash-table hash-table-synch) ;=> similar (define (make-hash-table-sync . args) (make-synch-with-object (apply make-hash-table args) '(hash-table-synch)) )