updated thread handling:
- threads are no longer pooled (this makes naming threads difficult) - threads are now named by their causing event, which improves logging updated calls to thread.sleep: those are now provided by new class Delayed Execution
This commit is contained in:
@@ -10,7 +10,7 @@ public class FinishRoute extends Action {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean fire(Context context) {
|
||||
public boolean fire(Context context,Object cause) {
|
||||
Route route = context.route();
|
||||
if (isSet(route)) route.finish();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user