Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 19:17
· 25 commits to master since this release
c62a6e5

ConcurrentSim v1.1.0

Diff since v1.0.0

Closed issues:

  • set documentation builder to error on warnings (and clear up all the warnings) (#86)
  • use the typical Base functions instead of declaring new ones (e.g. get, put, release, etc) (#91)
  • document difference between Resource, Store, and Container (#92)

Merged pull requests:

  • introduce lock, unlock, islocked, isready, get! and deprecate get, request, release (#93) (@Krastanov)