Skip to content

AsyncMux v2.2

Latest
Compare
Choose a tag to compare
@crontab crontab released this 22 Feb 12:56
· 2 commits to main since this release
6577b2d
  • Bumped both the demo app and framework to iOS 17.
  • store(value:) and storedValue methods for both Multiplexer and MultiplexerMap are now public.
  • Experimental: added a refresh() method to MultiRequester; it forwards the refresh request to the map tied to it.
  • Demo app: fixed an issue in the RemoteImage implementation; it now uses an @Observable view model.
  • Internal: removed the refreshFlag property in multiplexers, it complicated the logic and introduced problems.