Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0b52065aeee07739a5c26cbc3efb026eda1bf71b https://github.com/perl6/specs/commit/0b52065aeee07739a5c26cbc3efb026eda1bf71b Author: Carl Mäsak <cma...@gmail.com> Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths: M S17-concurrency.pod Log Message: ----------- [S17] unspec $*TICK It's problematic in that it assumes a single global scheduler. It also seems to punish the many for a feature only benefiting the few. There are preferable ways to handle this, perhaps something like Supply.interval(:at(now.ceiling), :every(1))