Partial Deadlock Detection #4799
dozn
started this conversation in
Ideas/Requests
Replies: 1 comment
-
|
This looks simple to implement and possibly useful during development, but it seems like something that should only be in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Brought up during togglebit's stream today, realized Odin doesn't have partial (there's other ways to bypass it) deadlock detection:
Odin
Zig (implementation)
Output
Go (implementation (unnecessarily complex for Odin due to goroutines))
Output
Beta Was this translation helpful? Give feedback.
All reactions