Browse Source

`threading_example` allow on Darwin

gingerBill 3 years ago
parent
commit
46161f7e19
1 changed files with 0 additions and 5 deletions
  1. 0 5
      examples/demo/demo.odin

+ 0 - 5
examples/demo/demo.odin

@@ -1107,11 +1107,6 @@ prefix_table := [?]string{
 }
 }
 
 
 threading_example :: proc() {
 threading_example :: proc() {
-	if ODIN_OS == .Darwin {
-		// TODO: Fix threads on darwin/macOS
-		return
-	}
-
 	fmt.println("\n# threading_example")
 	fmt.println("\n# threading_example")
 
 
 	{ // Basic Threads
 	{ // Basic Threads