blob: ebbdc157c7d13343ed796276add303041b3372b8 [file]
type task_id = int;
#[deriving(Eq)]
pub enum Task {
TaskHandle(task_id)
}
pub fn main() { }