Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@hkpeprah hkpeprah released this 01 Feb 06:18
· 71 commits to master since this release

Changed

  • @rjshade: Changed implementation of .open(), and .close() to use a reference count. Each call to .open() increments the open reference count for the DLL, while each call to .close() decrements the reference count. When .close() is called, and the reference count hits zero, the DLL is closed.