Scalarm: A Simple Alarm That Does Not Block (github.com)
<p><pre><code> val alarm = timeOut( 8, TimeUnit.HOURS )
while ( ( alarm.didNotGoOff ) && ( developer.pocket < 800 ) ) {
developer.deliverFeature()
}</code></pre>
0 comments
[ 0.75 ms ] story [ 7.7 ms ] threadNo comments yet.