[go: up one dir, main page]

Menu

[5a71d8]: / mng / async_schedule.h  Maximize  Restore  History

Download this file

18 lines (15 with data), 478 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#ifndef ASYNC_SCHEDULE_HEADER
#define ASYNC_SCHEDULE_HEADER
/***************************************************************************
* async_schedule.h
*
* Fri Oct 25 16:08:06 2002
* Copyright 2002 Roman Dementiev
* dementiev@mpi-sb.mpg.de
****************************************************************************/
#include "../io/io.h"
#include "../common/utils.h"
#include <queue>
#include <algorithm>
#include "../algo/async_schedule.h"
#endif