| 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
| package; | |
| import neko.vm.Mutex; | |
| class Main | |
| { | |
| private static var _mutex:Mutex = new Mutex(); | |
| public static function main() {} | |
| } |