Go to file
miruka d08f43e6be Add new queuing features to @futurize
- max_instances renamed to max_running

- consider_args parameter:
  if True, $max_running of this function with the same arguments can be
  running, else:
  $max_running of this function, no matter the arguments, can be running

- discard_if_max_running:
  if True and there are already the maximum possible number of running
  functions running, cancel this task (previous default behavior), else:
  Wait for a spot to be free before running
2019-05-08 10:32:45 -04:00
harmonyqml Add new queuing features to @futurize 2019-05-08 10:32:45 -04:00
.gitignore Ignore .jsc files (Qt JS cache) 2019-04-17 13:43:46 -04:00
COPYING Initial commit 2019-03-21 23:28:14 -04:00
Makefile Improve Makefile test, add additional checkers 2019-04-22 09:37:49 -04:00
README.md Add login page and forget room system 2019-04-26 16:02:20 -04:00
run.py Add run.py script 2019-05-01 02:20:17 -04:00
setup.py Initial commit 2019-03-21 23:28:14 -04:00
TODO.md Add new queuing features to @futurize 2019-05-08 10:32:45 -04:00