I am implementing a function that returns an Awaitable<T>
- but for the moment, I just want to return a placeholder value.
How do I accomplish this?
In rust, I'd so something like invoke the unimplemented!() macro - in java/python, I'd return null or raise an exception