Method: Redwood::ContactListMode#load_in_background

Defined in:
lib/sup/modes/contact_list_mode.rb

#load_in_backgroundObject



100
101
102
103
104
105
106
# File 'lib/sup/modes/contact_list_mode.rb', line 100

def load_in_background
  Redwood::reporting_thread("contact manager load in bg") do
    load
    update
    BufferManager.draw_screen
  end
end