plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 175 forks source link

configurable responsiveness #407

Closed hrj closed 8 years ago

hrj commented 8 years ago

responsiveness can now be specified in doppio options, either as:

The number is interpreted as a duration in milliseconds after which the thread should yield.

Closes #404

hrj commented 8 years ago

If #408 gets merged, I will refresh this PR so that the tests run again.

jvilk commented 8 years ago

Looks good to me. Once you refresh the PR, I'll merge this in.

hrj commented 8 years ago

PR updated and checks passed!

jvilk commented 8 years ago

Thanks again!