Skip to content

4.40: reduced memory usage of Async\Semaphore, removed redundant generics from C\count

Compare
Choose a tag to compare
@fredemmott fredemmott released this 13 Jan 22:05

This release:

  • improves the memory usage of Async\Semaphore
  • removes the generic from C\count(); this has no effect on most calls, however this change does strictly break backwards compatibility: if you are explicitly calling as C\count<SomeType>(), you will need to remove the generic from the call.