factor/basis/calendar/threads/threads.factor

9 lines
231 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 ;
M: timestamp sleep-until now time- sleep ;