-
Notifications
You must be signed in to change notification settings - Fork 102
Add a converter for Duration #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sounds like a good idea to me. |
@SethTisue any chance of getting this in? |
The PR #86 seems overly complicated.
|
Was a while ago, as far as I recall it Likely not a problem if your code is mostly scheduling for example Akka events, but may be a problem in other contexts. |
Good Point. |
#86 is merged |
For converting between
java.time.Duration
andscala.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)
The text was updated successfully, but these errors were encountered: