Skip to content

0.4.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 13 Apr 20:33
· 146 commits to main since this release
6158334

What's Changed

  • Added: A withMainSerialExecutor test helper for executing a block of async code serially on the main executor (#81). This code is gated by @_spi(Concurrency):

    @_spi(Concurrency) import Dependencies
    
    await withMainSerialExecutor {
      // code in here will run predictably/serially
    }
  • Fixed: Dependencies can now be statically linked to the Swift standard library (thanks @finestructure, #80).

New Contributors

Full Changelog: 0.3.0...0.4.0