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
`threadDelay` calls `Control.Concurrent.threadDelay`, which takes an
argument in microseconds, instead of milliseconds as the documentation
specified. This commit fixes that typo.
0 commit comments