climategadgets / servomaster

Platform and hardware Independent servo controller driver

Home Page:https://climategadgets.github.io/servomaster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider replacing TransitionCompletionToken with java.util.concurrent.Future

climategadgets opened this issue · comments

Granted, TransitionCompletionToken (coming from net.sf.jukebox.sem.ACT) predates java.util.concurrent.Future by about 10 years, but the former is unique, and the latter is the part of Java core now.