mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
threading_example allow on Darwin
This commit is contained in:
@@ -1107,11 +1107,6 @@ prefix_table := [?]string{
|
||||
}
|
||||
|
||||
threading_example :: proc() {
|
||||
if ODIN_OS == .Darwin {
|
||||
// TODO: Fix threads on darwin/macOS
|
||||
return
|
||||
}
|
||||
|
||||
fmt.println("\n# threading_example")
|
||||
|
||||
{ // Basic Threads
|
||||
|
||||
Reference in New Issue
Block a user