You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times there is a need for a thread-safe component that would store some objects representing requests which would in some future be used to compose a response (and after the response is emitted the request can be disposed).
A simple solution would be to use std::map with a lock.
The text was updated successfully, but these errors were encountered:
Many times there is a need for a thread-safe component that would store some objects representing requests which would in some future be used to compose a response (and after the response is emitted the request can be disposed).
A simple solution would be to use std::map with a lock.
The text was updated successfully, but these errors were encountered: