Join Slack
Powered by
You should have something like: ``` suspend fun Re...
# coroutines
e
elizarov
05/05/2017, 6:49 AM
You should have something like:
Copy code
suspend fun RedisAsyncConnection<String, String>.getAsync(key: String) = get(key).await()
Open in Slack
Previous
Next