Fixed
- (#65) Bug in running
StateModel
commit callbacks in a thread with an activeasyncio
event loop has been fixed. Callbacks are now scheduled within the active event loop if available, otherwise a new event loop is created to execute the callbacks asynchronously