Add some TODO
This commit is contained in:
parent
9f712e3291
commit
2686dc99b4
@ -293,6 +293,7 @@ public class OrderedMemoryAwareThreadPoolExecutor extends
|
||||
|
||||
@Override
|
||||
public void execute(Runnable command) {
|
||||
// TODO: What todo if the add return false ?
|
||||
tasks.add(command);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user