-
I have a code that uses |
Beta Was this translation helpful? Give feedback.
Answered by
ilslv
May 29, 2023
Replies: 1 comment 9 replies
-
@zie1ony unfortunately we don't support this feature and have no plans to do it, as we targeting runtime-agnostic async test, which doesn't play nicely with spawning threads on each test. But in the book we briefly describe a way to implement a custom |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@zie1ony as I said earlier, to give users maximum flexibility, I would prefer to keep
event::Step: !Sync
, which makes it impossible to pass value to another thread. I would suggest implementing your own stricter version ofevent::Step
, which will look something like: