Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
package;
import neko.vm.Mutex;
class Main
{
private static var _mutex:Mutex = new Mutex();
public static function main() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.