]> gitweb.factorcode.org Git - factor.git/blob - basis/calendar/threads/threads.factor
Switch to https urls
[factor.git] / basis / calendar / threads / threads.factor
1 ! Copyright (C) 2011 Slava Pestov.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: calendar threads ;
4 IN: calendar.threads
5
6 M: duration sleep duration>nanoseconds sleep ;
7
8 M: timestamp sleep-until now time- sleep ;