deinit()
can return an error even though checkError
does not handle BAD_MUTEX_E
#4
Labels
deinit()
can return an error even though checkError
does not handle BAD_MUTEX_E
#4
Version
c05b7eb
Description
Ideally, cleanup functions in zig should be non-failable, according to offical best practices (
zig zen
).The text was updated successfully, but these errors were encountered: