Skip to content

v1.0.1

Compare
Choose a tag to compare
@bharat-rajani bharat-rajani released this 12 Jun 22:30
· 7 commits to main since this release

Bug fixes:

  • Removing simple go map to avoid concurrent read write issues.

Features:

  • Error tracking for go-routine is optional now.
  • Concurrent RWMutex Map implementation.
  • rungroup can be used with sync.Map or RWMutex map

Extras:

  • Adding bench marks.
  • Adding more unit test. Coverage: 90%