Closed mrxiaozhuox closed 3 years ago
@mrxiaozhuox Async closures can't be done (yet). I'll check if there's maybe another around it
Why was this closed? I'm wondering the same thing, there doesn't seem to be a solution yet?
Cucumber-rs has a way to add async closures - sort of. Plan is to glean off from it
v0.3.1 has them now.
How do I use the await statement in a closure function?
this is my code.