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