namespace pxsim.loops {
    export let pause = thread.pause;
    export let forever = thread.forever;
}