-
Notifications
You must be signed in to change notification settings - Fork 29
Ideas
Valery Silaev edited this page Aug 5, 2020
·
3 revisions
Some ideas:
- Add builder API for
ThreadGroup(with wrapping?) - DONE - Add builder API for
ThreadFactory(with wrapping?) - DONE - Add builder API for
ThreadPoolExecutorServiceand alike - PENDING / ABANDONED -
Promises.fromOptional(Optional<T>)-- to completed (success or failure) future - DONE asPromise.maybe -
Promise.toOptional()->Promise<Optional<T>>??? -- DONE asPromiseOperationsoperator - Implements
Iterable<T>for completed promise? Implements Stream for completed promise? -- DONE asAsyncCompletions -
Promise.thenFilter- DONE
After Aug 2020:
- Asynchronous equivalent of Locks
- Stabilization
- Update docs
After Locks the library will be considered as 'feature-completed' and now new functionality is expected.