graphiti-api / graphiti

Stylish Graph APIs
https://www.graphiti.dev/
MIT License
960 stars 138 forks source link

Fix thread pool scope #471

Closed MattFenelon closed 3 months ago

MattFenelon commented 3 months ago

The thread pool and mutex need to be global across instances of Scope for it to be a global thread pool.

See: https://github.com/graphiti-api/graphiti/pull/470

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 1.6.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jkeen commented 3 months ago

references this issue: https://github.com/graphiti-api/graphiti/issues/469