basis: cleanup using.
parent
ad9d44aa2b
commit
00b1919725
|
@ -1,8 +1,7 @@
|
||||||
! Copyright (C) 2005, 2008 Slava Pestov, Doug Coleman.
|
! Copyright (C) 2005, 2008 Slava Pestov, Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs calendar combinators.short-circuit fry
|
USING: accessors calendar combinators.short-circuit fry kernel
|
||||||
heaps init kernel math math.functions math.parser namespaces
|
math math.functions quotations system threads typed ;
|
||||||
quotations sequences system threads typed ;
|
|
||||||
IN: timers
|
IN: timers
|
||||||
|
|
||||||
TUPLE: timer
|
TUPLE: timer
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
! Copyright (C) 2008, 2010 Slava Pestov.
|
! Copyright (C) 2008, 2010 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: threads kernel prettyprint prettyprint.config
|
USING: accessors assocs io io.styles kernel math.order
|
||||||
io io.styles sequences assocs namespaces sorting boxes
|
math.parser prettyprint sequences sorting system threads ;
|
||||||
heaps.private system math math.parser math.order accessors ;
|
|
||||||
IN: tools.threads
|
IN: tools.threads
|
||||||
|
|
||||||
: thread. ( thread -- )
|
: thread. ( thread -- )
|
||||||
|
|
Loading…
Reference in New Issue