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

TGThreadPool.new

Declaration

Source position: lazglib2.pas line 3718

function TGThreadPool.new(

  func: TGFunc;

  user_data: gpointer;

  max_threads: gint;

  exclusive: gboolean;

  error: PPGError

):PGThreadPool;