Skip to content

Closure support

Pre-release
Pre-release

Choose a tag to compare

@seanhenry seanhenry released this 17 Oct 01:03
· 520 commits to master since this release
  • Stub a closure's arguments and it will be called with the stubbed values.
  • Closures without values are called automatically.
  • Supports @escaping, @convention(), @autoclosure syntax.