Open astrokin opened 6 years ago
concurrency error. modifyingvar res from different thread.
var res
possible solution. inspired by objc.io
Good catch. I will take a look.
concurrency error. modifying
var res
from different thread.possible solution. inspired by objc.io