public void run() {
emit("checkImmediate", CallbackResult.EMPTY_SUCCESS);
}
});
this.posix = POSIXFactory.getPOSIX(new NodePosixHandler(), true);
// TODO remove this DynJS-specific code.
this.extensionLoader = new ExtensionLoader( nodyn.getConfiguration().getClassLoader() );
}