Closed tomquist closed 6 years ago
When executing our specs we sometimes get crashes when generating UUIDs by multiple threads in parallel because of use of memory after free. This is because NSMutableArray is not thread-safe.
NSMutableArray
Thanks for the pull request @tomquist <3
When executing our specs we sometimes get crashes when generating UUIDs by multiple threads in parallel because of use of memory after free. This is because
NSMutableArray
is not thread-safe.