We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cache.object("data") { (data: NSData?) in // Use your NSData object }
now, obtain cache data is async. but i'm hope to sync like this.
let data = cache.object("data")
did you have any plan to support it?
The text was updated successfully, but these errors were encountered:
@arden We are actually considering this feature for the next major release. We'll keep you posted 😉
Sorry, something went wrong.
@vadymmarkov or there will be a function in Sugar that convert async to sync ? 😬
@onmyway133 To do that you'll probably need an access to the dispatch queue, right?
or you mean some crazy stuff like semaphore? 😄
No branches or pull requests
cache.object("data") { (data: NSData?) in
// Use your NSData object
}
now, obtain cache data is async. but i'm hope to sync like this.
let data = cache.object("data")
did you have any plan to support it?
The text was updated successfully, but these errors were encountered: