-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
sleep
, etc. with Dates.Period
types
#19736
Labels
dates
Dates, times, and the Dates stdlib module
Comments
Will overloading the sleep function do? |
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Dec 29, 2016
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Dec 29, 2016
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
@TotalVerb Please review #19749 |
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Dec 29, 2016
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Dec 29, 2016
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Dec 29, 2016
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Dec 29, 2016
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Jan 1, 2017
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Jan 1, 2017
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Jan 1, 2017
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Shade5
added a commit
to Shade5/julia
that referenced
this issue
Jan 2, 2017
Supports sleep(Dates.Second(10)) sleep(Dates.Milliesecond(10)) Closes JuliaLang#19736
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice for standard library unity if this were supported:
I personally have a hard time remembering whether sleep takes units of seconds or milliseconds.
The same goes for functions like
timedwait
.The text was updated successfully, but these errors were encountered: