Contents:
Creates a coroutine that returns a specified result.
Example
>>> await asyncx.just(42) 42
ret (asyncx.coroutine.TReturn) – The result to return from a coroutine
A Coroutine[Any, Any, T] object that returns ret.
Coroutine[Any, Any, T]
ret
asyncx.coroutine.TReturn