Skip to content

mpb 2.1.0

Compare
Choose a tag to compare
@vbauerster vbauerster released this 23 May 11:54
· 1700 commits to master since this release

Huge update. Many bugs related to cancelation have been fixed.

Public API change:

removed:

  • b.GetAppenders
  • b.GetPrependers

modified signature:

  • b.IncrWithReFill(n int, r *Refill)

deprecated method, use b.Complete():

  • b.Completed()