You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some things I am missing from Zig that don't exist in C is the defer statement. I would like to protect critical sections better and more succinctly than having to remember to unlock a mutex manually. This is mainly for investigation purposes.
The text was updated successfully, but these errors were encountered:
Some things I am missing from Zig that don't exist in C is the
defer
statement. I would like to protect critical sections better and more succinctly than having to remember to unlock a mutex manually. This is mainly for investigation purposes.The text was updated successfully, but these errors were encountered: