Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@nicholassm nicholassm released this 01 Jun 05:56
· 43 commits to main since this release
  • Feature: Pass initial state that is neither Send nor Sync to the processing thread if needed. E.g. the state used for processing events can now include e.g. Rc<RefCell<Data>> for some Data.