giewev / Classy

MIT License
1 stars 0 forks source link

Make sure that any implementation of web API is thread safe #22

Open giewev opened 7 years ago

giewev commented 7 years ago

Presumably any Web API will trigger function calls on a thread when an incoming connection is received. This means that there is the potential for thread conflicts.

Must either: