2011-02-27 16:55:02 -05:00
|
|
|
! 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 ;
|
2011-02-27 16:55:02 -05:00
|
|
|
IN: calendar.threads
|
|
|
|
|
2014-04-20 22:22:56 -04:00
|
|
|
M: duration sleep duration>nanoseconds sleep ;
|
2014-04-20 22:32:08 -04:00
|
|
|
|
|
|
|
M: timestamp sleep-until now time- sleep ;
|