openfaas / connector-sdk

SDK for connecting events to functions
MIT License
54 stars 25 forks source link

Move to sync.RWMutex #17

Closed alexellis closed 5 years ago

alexellis commented 5 years ago

If we move to sync.RWMutex then we can use a RLock() when constructing the topic list for external callers.

Alex

alexellis commented 5 years ago

cc @tessellator