[1.3.0](https://github.com/skarre-r/pool-cue/compare/1.2.0...1.3.0) (2023-04-24)
Bug Fixes
* fix issues caused by awaiting calls to "loop.run_in_executor(...)" in the "run_in_thread_pool" method ([db79e51](https://github.com/skarre-r/pool-cue/commit/db79e5123db83259a7a9c80d4efdb73b20b6863b))
* lock threads to avoid conflicts when creating new sub-thread event loops in the 'run_in_thread_pool' method(s) ([05a5d91](https://github.com/skarre-r/pool-cue/commit/05a5d91e11abccecf9abc07c3519b91b4dd1f643))
Features
* configure the thread pool executor to use uvloop event loops in sub-threads ([1adc85d](https://github.com/skarre-r/pool-cue/commit/1adc85d08c7596ddb62c21e925f3ae96f08cf3d6))
* update the worker to use uvloop event loops ([11b7c22](https://github.com/skarre-r/pool-cue/commit/11b7c229c5eae6f4bd5a2a04c880939794b0cdce))