[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

g_thread_pool_new

Declaration

Source position: lazglib2.pas line 5019

function g_thread_pool_new(

  func: TGFunc;

  user_data: gpointer;

  max_threads: gint;

  exclusive: gboolean;

  error: PPGError

):PGThreadPool;