factor/basis/calendar/threads/threads.factor

7 lines
187 B
Factor
Raw Normal View History

! Copyright (C) 2011 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
2014-04-20 22:22:56 -04:00
USING: calendar threads ;
IN: calendar.threads
2014-04-20 22:22:56 -04:00
M: duration sleep duration>nanoseconds sleep ;