Searched refs:wasCancelled (Results 1 – 1 of 1) sorted by relevance
54 AtomicBoolean wasCancelled = new AtomicBoolean(false); in submitAsync() local57 if (wasCancelled.get()) { in submitAsync()88 wasCancelled.set(true); in submitAsync()