dhoss / smough

a blog in scala
1 stars 0 forks source link

fix synchronized calls #50

Closed dhoss closed 5 years ago

dhoss commented 5 years ago

calling synchronized everywhere is no good. I'm thinking there needs to be a method takes a lambda as a parameter, that calls synchronized wrapped around the call to the lambda