/.metadata/.plugins/org.eclipse.core.resources/.history/a9/90355dd56aa3001e1d98c762f0e1eac2
https://bitbucket.org/fixpoint/connexion · #! · 19 lines · 13 code · 6 blank · 0 comment · 0 complexity · 8af33bf610821116fcd98a9fce9e886e MD5 · raw file
- package info.reflectionsofmind.connexion.util;
-
- import java.util.concurrent.Future;
- import java.util.concurrent.SynchronousQueue;
-
- public class Waiter<T>
- {
- private T t;
-
- public void put(final T object)
- {
-
- }
-
- public Future<T> get()
- {
-
- }
- }