Fuck this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Oh my god I fucking hate this 🤢 | |
private function generateSong(name:String, diff:String):Void | |
{ | |
var timeStamp:Float = haxe.Timer.stamp(); | |
// Worker #1 | |
var lock = new Mutex(); | |
var worker = new BackgroundWorker(); | |
worker.doWork.add((code:Int) -> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private function generateSong(name:String, diff:String):Void | |
{ | |
var timeStamp:Float = haxe.Timer.stamp(); | |
// Worker #1 | |
var worker = new BackgroundWorker(); | |
worker.doWork.add((code:Int) -> | |
{ | |
var lock = new Mutex(); |