valyala / gorpc

Simple, fast and scalable golang rpc library for high load
MIT License
701 stars 101 forks source link

thread-safe? #10

Closed gucki closed 9 years ago

gucki commented 9 years ago

The docs don't mention if the client is thread/go-routine safe. Would be great to have that information.

gucki commented 9 years ago

Ok sorry. Found some info about in the docs and the code. Anyway, having it on the front page docs would be great, as it's surely something a lot of people care about.

valyala commented 9 years ago

Added info about goroutine-safety into README.md.

Feel free providing additional pull requests with improved documentation.