You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For converting between java.time.Duration and scala.concurrent.Duration. Use case is to make it easier for Java devs using Akka to use the Java duration in their Java code without us having to provide parallell APIs everywhere there is a duration.
Any objections to such a PR?
(We'd need to backport to 0.7 to use it in Akka for binary comp. reasons)