Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
httplib::TaskQueue Class Referenceabstract

#include "httplib.hpp"

Inheritance diagram for httplib::TaskQueue:

Public Member Functions

 TaskQueue ()=default
 
virtual ~TaskQueue ()=default
 
virtual void enqueue (std::function< void()> fn)=0
 
virtual void shutdown ()=0
 

Constructor & Destructor Documentation

◆ TaskQueue()

httplib::TaskQueue::TaskQueue ( )
default

◆ ~TaskQueue()

virtual httplib::TaskQueue::~TaskQueue ( )
virtualdefault

Member Function Documentation

◆ enqueue()

virtual void httplib::TaskQueue::enqueue ( std::function< void()>  fn)
pure virtual

Implemented in httplib::ThreadPool.

◆ shutdown()

virtual void httplib::TaskQueue::shutdown ( )
pure virtual

Implemented in httplib::ThreadPool.


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