Release 2.1.0
- Feature: Pass initial state that is neither
Send
norSync
to the processing thread if needed. E.g. the state used for processing events can now include e.g.Rc<RefCell<Data>>
for someData
.
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
.