diff --git a/implementations.md b/implementations.md index b2eb879..4529975 100644 --- a/implementations.md +++ b/implementations.md @@ -555,5 +555,10 @@ We've been excited to discover that the popularity of Promises/A+ has led to a n Promise PHP Library This is a Promises/A+ implementation in PHP. This handles promise chaining immutably until all context handler is all gone from execution context. + + Java + Handoff + Simple Promises/A+ implementation in Java with high test coverage. +