[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TThreadHandler

Generic thread handler callback for TThreadManager.

Declaration

Source position: threadh.inc line 31

type TThreadHandler = function(

  threadHandle: TThreadID

):DWord;