Opened 13 years ago
Closed 12 years ago
#1978 closed task (fixed)
Put potentially long running tasks in background thread
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
Sometimes resource previews (and other potentially long tasks) can clog up the UI thread (eg. It may do a full schema walk or something equally intensive that spins the CPU).
So it is best to do such preparation on a background thread instead
Change History (2)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Summary: | Prepare Resource Previews in background thread → Put potentially long running tasks in background thread |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed trunk r6683