Ninja
Classes
jobserver.h File Reference
#include <stdint.h>
#include <memory>
#include <string>
#include <utility>
Include dependency graph for jobserver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Jobserver::Client
 A Jobserver::Client instance models a client of an external GNU jobserver pool, which can be implemented as a Unix FIFO, or a Windows named semaphore. More...
 
struct  Jobserver::Config
 A Jobserver::Config models how to access or implement a GNU jobserver implementation. More...
 
struct  Jobserver
 Jobserver provides types related to managing a pool of "job slots" using the GNU Make jobserver ptocol described at: More...
 
struct  Jobserver::Slot
 A Jobserver::Slot models a single job slot that can be acquired from. More...