core-foundation.run-loop: update using.
parent
3aa14d7570
commit
8f0c563268
|
@ -1,11 +1,10 @@
|
||||||
! 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: accessors alien alien.c-types alien.syntax calendar
|
USING: accessors alien alien.c-types alien.syntax
|
||||||
classes.struct combinators core-foundation
|
core-foundation core-foundation.file-descriptors
|
||||||
core-foundation.file-descriptors core-foundation.strings
|
core-foundation.strings core-foundation.time
|
||||||
core-foundation.time core-foundation.timers deques destructors
|
core-foundation.timers destructors kernel math sequences threads
|
||||||
heaps kernel math namespaces sequences system threads unix
|
;
|
||||||
unix.time ;
|
|
||||||
FROM: calendar.unix => system-micros ;
|
FROM: calendar.unix => system-micros ;
|
||||||
IN: core-foundation.run-loop
|
IN: core-foundation.run-loop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue