#include <cstdio>
#include <iostream>
#include <string>
#include <pthread.h>
#include <stdlib.h>
#include <assert.h>
#include <vector>
#include <queue>
#include <deque>
#include <time.h>
#include "ao-scheduler.h"
#include "ao-pool.h"
Go to the source code of this file.
Classes | |
class | ActiveObject< message > |
Active Objects perform their task separated in time (control flow) and space (data) from the rest of the program. More... | |
Enumerations | |
enum | elementResult { RevisitLater, Revisit, RevisitAfterIncoming, Done, Interrupt } |
enum elementResult |
Definition at line 38 of file active-objects.h.