Jonathan M Davis wrote: > > And why not? Thread is in core. So are other modules that it's perfectly - Mostly because You may end-up writing non-portable code unless you are realy careful (and you must be if you use core modules! ;). It is similar to the asm{} block - you should not use it at all unless you know what you are doing... Does that make sense?