await Kotlin Result
Awaits the Deferred and returns its result as a KotlinResult.
On success: wrapped as Result.success.
Exception thrown by await: wrapped as Result.failure.
CancellationException: re-thrown (preserves structured concurrency).
Error: always propagated.
Receiver
The Deferred to await.