Opened 12 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 jng)

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 jng, 12 years ago

Description: modified (diff)
Summary: Prepare Resource Previews in background threadPut potentially long running tasks in background thread

comment:2 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed trunk r6683

Note: See TracTickets for help on using tickets.