moment/harmonyqml/backend
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
..
model Fix roomCategoryDelegate height stuck to 0 2019-05-06 21:37:34 -04:00
__init__.py Reorganize backend files, show accounts in UI 2019-04-12 04:33:09 -04:00
backend.py Add new queuing features to @futurize 2019-05-08 10:32:45 -04:00
client_manager.py Add Backend.getDir(), Backend.getFile() 2019-05-06 21:57:44 -04:00
client.py Add new queuing features to @futurize 2019-05-08 10:32:45 -04:00
html_filter.py Various ListModel and ListItem improvements 2019-05-01 17:31:02 -04:00
network_manager.py Just import nio 2019-04-28 01:17:12 -04:00
pyqt_future.py Add new queuing features to @futurize 2019-05-08 10:32:45 -04:00
signal_manager.py Update chatPage properly when roomCategory changes 2019-05-06 14:06:28 -04:00