core-foundation.run-loop: update using.
parent
3aa14d7570
commit
8f0c563268
|
@ -1,11 +1,10 @@
|
|||
! Copyright (C) 2008, 2010 Slava Pestov
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.syntax calendar
|
||||
classes.struct combinators core-foundation
|
||||
core-foundation.file-descriptors core-foundation.strings
|
||||
core-foundation.time core-foundation.timers deques destructors
|
||||
heaps kernel math namespaces sequences system threads unix
|
||||
unix.time ;
|
||||
USING: accessors alien alien.c-types alien.syntax
|
||||
core-foundation core-foundation.file-descriptors
|
||||
core-foundation.strings core-foundation.time
|
||||
core-foundation.timers destructors kernel math sequences threads
|
||||
;
|
||||
FROM: calendar.unix => system-micros ;
|
||||
IN: core-foundation.run-loop
|
||||
|
||||
|
|
Loading…
Reference in New Issue