since they dont seem to be bulletproof in swift
# announcements
j
since they dont seem to be bulletproof in swift
m
billy: Example of it not working like you expect in Swift?
j
pretty simple
guard let trip = _trip
else { return{
then acces trip in the method and crash
because another method in the same thread but queue timed nilled it out
i thought with GCD in the main thread it couldnt happen
but it for sure can and it blew up my lifted optional
m
How about an example that I could run? https://gist.github.com/ or anywhere.
j
its a very complex program but ill see if I can repro it on a small scale