Implement epochs; fix integration bugs

This commit is contained in:
eschweic 2013-08-08 20:49:58 -07:00 committed by Tim Kuehn
parent f2c00f7e28
commit eb6973c7dc
9 changed files with 114 additions and 48 deletions

View file

@ -161,7 +161,7 @@ impl Pipeline {
}
pub fn reload(&mut self) {
do self.url.clone().map_consume() |url| {
do self.url.clone().map_move() |url| {
self.load(url);
};
}