mirror of
https://github.com/boostorg/beast.git
synced 2026-07-08 01:10:50 +02:00
Add default EntryPoints
This commit is contained in:
@@ -32,6 +32,13 @@ ThreadWithCallQueue::~ThreadWithCallQueue ()
|
||||
stop (true);
|
||||
}
|
||||
|
||||
ThreadWithCallQueue::EntryPoints* ThreadWithCallQueue::getDefaultEntryPoints () noexcept
|
||||
{
|
||||
static EntryPoints entryPoints;
|
||||
|
||||
return &entryPoints;
|
||||
}
|
||||
|
||||
void ThreadWithCallQueue::start (EntryPoints* const entryPoints)
|
||||
{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user