Skip to content

Subscriptions refactor

Mikhail Mazurskiy requested to merge ash2k/subs-refactor into master
  • Use syncz.Subscriptions

  • Use a map for O(1) lookups vs O(n)

  • Add Subscriptions.Len() method

  • Split On() into Subscribe() and Listen()

  • Fix doc and arg name

Relates to #496.

Merge request reports