Github user cesarhernandezgt commented on a diff in the pull request:

    https://github.com/apache/tomee/pull/223#discussion_r237923742
  
    --- Diff: examples/concurrency-utils/pom.xml ---
    @@ -0,0 +1,68 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<project xmlns="http://maven.apache.org/POM/4.0.0";
    +         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
    +
    +    <modelVersion>4.0.0</modelVersion>
    +
    +    <groupId>org.superbiz</groupId>
    +    <artifactId>concurrency-utils</artifactId>
    --- End diff --
    
    Does concurrency-utils actually involve future?
    When I read concurrency I think in something like this: 
https://docs.oracle.com/javase/tutorial/essential/concurrency/index.html
    
    My 2 cents fro the name:  asynch-utils


---

Reply via email to