#pragma once

const int DEFAULT_POOL_SIZE = 10;
const int MAX_SINGLES = 5;
const int STARTED = 0;
const int STOPPED = 1;