How to check async method throws with FsCheck?

197 views Asked by At

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?

0

There are 0 answers

Related Questions in F#