mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
threading_example allow on Darwin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user