I want to define async property which is about throwing an exception asynchronously.
However, I could find only Prop.throws
which accepts lazy
, but not Asyn
, Task
or ValueTask
.
Isn't async supported?
I want to define async property which is about throwing an exception asynchronously.
However, I could find only Prop.throws
which accepts lazy
, but not Asyn
, Task
or ValueTask
.
Isn't async supported?