comparison dmdscript_tango/threadcontext.d @ 4:6d905019f7bf

some changes
author saaadel
date Thu, 28 Jan 2010 21:23:27 +0200
parents 8363a4bf6a8f
children
comparison
equal deleted inserted replaced
3:8363a4bf6a8f 4:6d905019f7bf
19 */ 19 */
20 20
21 21
22 module dmdscript_tango.threadcontext; 22 module dmdscript_tango.threadcontext;
23 23
24 import std.thread; 24 //import std.thread;
25 25
26 alias std.thread.Thread Thread; 26 //alias std.thread.Thread Thread;
27 import tango.core.Thread;
27 28
28 import dmdscript_tango.script; 29 import dmdscript_tango.script;
29 import dmdscript_tango.program; 30 import dmdscript_tango.program;
30 import dmdscript_tango.dmath; 31 import dmdscript_tango.dmath;
31 import dmdscript_tango.dobject; 32 import dmdscript_tango.dobject;