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