Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.92k stars 378 forks source link

Documenting thread-safety levels. #310

Open Peregring-lk opened 6 years ago

Peregring-lk commented 6 years ago

It is not clear what thread-safety level applies to each of your methods. For example, are Service::publish and Service::supress thread safe methods or should I add my own control mechanism when calling them?

It would be awesome to add some comments about that in the documentation.

ben-crowhurst commented 6 years ago

You are currently required to and your own controls. Will add some documentation to indicate this.