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
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -4,6 +4,7 @@
|
||||
- Cleanup unused icons
|
||||
|
||||
- Bug fixes
|
||||
- Local echo messages all have the same time
|
||||
- Something weird happening when nio store is created first time
|
||||
- 100% CPU usage when hitting top edge to trigger messages loading
|
||||
- Sending `` → not clickable?
|
||||
@@ -38,6 +39,7 @@
|
||||
- Status message and presence
|
||||
|
||||
- Client improvements
|
||||
- Don't send setTypingState False when focus lost if nothing in sendbox
|
||||
- Initial sync filter and lazy load, see weechat-matrix `_handle_login()`
|
||||
- See also `handle_response()`'s `keys_query` request
|
||||
- HTTP/2
|
||||
|
Reference in New Issue
Block a user