Most calls are blocking which should be removed to increase performance. ## Example ``` Hub.update [:foo, :bar], hi: :there ``` Causes blocking due to internal `Genserver.call`
Most calls are blocking which should be removed to increase performance.
Example
Causes blocking due to internal
Genserver.call