proxygen
folly::ThreadFactory Class Referenceabstract

#include <ThreadFactory.h>

Inheritance diagram for folly::ThreadFactory:
folly::InitThreadFactory folly::NamedThreadFactory folly::PriorityThreadFactory

Public Member Functions

virtual ~ThreadFactory ()=default
 
virtual std::thread newThread (Func &&func)=0
 

Detailed Description

Definition at line 24 of file ThreadFactory.h.

Constructor & Destructor Documentation

virtual folly::ThreadFactory::~ThreadFactory ( )
virtualdefault

Member Function Documentation

virtual std::thread folly::ThreadFactory::newThread ( Func &&  func)
pure virtual

The documentation for this class was generated from the following file: