Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session allocator should be thread-safe #1408

Closed
djarek opened this issue Jan 9, 2019 · 2 comments
Closed

Session allocator should be thread-safe #1408

djarek opened this issue Jan 9, 2019 · 2 comments
Assignees
Labels

Comments

@djarek
Copy link
Contributor

djarek commented Jan 9, 2019

class session_alloc_base

The TS requires allocation to be thread-safe, because it can be performed in a thread that's internal to the implementation ([async.reqmts.async.alloc]).

@vinniefalco
Copy link
Member

@glenfe confirm or deny?

@glenfe
Copy link
Member

glenfe commented Jan 10, 2019

Confirm

vinniefalco added a commit to vinniefalco/beast that referenced this issue Jan 13, 2019
vinniefalco added a commit to vinniefalco/beast that referenced this issue Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants