Hello, i have a question about .freeze() used in kotlin native is there any way to use in swift side? i have a problem with threads since i'm using a DispatchQueue.global().async to call one of my interactor (use of clean archi) functions and i need to freeze it before sending it to the queue