Ejemplo n.º 1
0
        public static __SettingsBase Synchronized(__SettingsBase settingsBase)
        {
            // javascript is single threaded...
            // we do have worker threads!

            return(settingsBase);
        }
Ejemplo n.º 2
0
        public static __SettingsBase Synchronized(__SettingsBase settingsBase)
        {
            // javascript is single threaded...
            // we do have worker threads!

            return settingsBase;
        }