All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.utils.async.ThreadUtilsEmu Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.badlogic.gdx.utils.async;

import com.github.xpenatan.gdx.backends.teavm.gen.Emulate;

@Emulate(ThreadUtils.class)
public class ThreadUtilsEmu {
    public static void yield() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy