Is there a proposal for a more ergonomic way to ge...
# language-proposals
a
Is there a proposal for a more ergonomic way to get a virtual timestamp in a coroutine? See: https://stackoverflow.com/questions/75961791/how-do-i-get-a-virtual-timestamp-in-a-coroutine/75980697#75980697
It seems like the solution I came up with might drag in debug dependencies in production code. Is there any other way to achieve this right now?