77. 不要忽略异常

    1. Future<Integer> f = exec.submit(planarMap::chromaticNumber);
    2. try {
    3. } catch ( TimeoutException | ExecutionException ignored ) {
    4. }