Wraps the thread procedure with the call itself and the data to pass to it.
More...
Wraps the thread procedure with the call itself and the data to pass to it.
Definition at line 28 of file threadpool.F90.
◆ arguments
integer, dimension(:), allocatable threadpool_mod::threaded_procedure_container_type::arguments |
|
private |
Definition at line 30 of file threadpool.F90.
30 integer,
dimension(:),
allocatable :: arguments
◆ data_buffer
character, dimension(:), allocatable threadpool_mod::threaded_procedure_container_type::data_buffer |
|
private |
Definition at line 31 of file threadpool.F90.
31 character,
dimension(:),
allocatable :: data_buffer
◆ proc
procedure(thread_procedure), pointer, nopass threadpool_mod::threaded_procedure_container_type::proc |
|
private |
Definition at line 29 of file threadpool.F90.
29 procedure(thread_procedure),
pointer,
nopass :: proc
The documentation for this type was generated from the following file: