module: dylan-user define library threads use dylan; export threads; end library threads; define module threads use dylan; export dynamic-bind, , , , , , , , with-lock, , atomic-increment!, current-thread, thread-name, join-thread, , wait-for, release-all; end module threads;