The thread call procedure interface.
More...
The thread call procedure interface.
Definition at line 21 of file threadpool.F90.
◆ thread_procedure()
subroutine threadpool_mod::thread_procedure::thread_procedure |
( |
integer, dimension(:), intent(in) |
arguments, |
|
|
character, dimension(:), intent(inout), optional, allocatable |
data_buffer |
|
) |
| |
|
private |
Definition at line 21 of file threadpool.F90.
22 integer,
dimension(:),
intent(in) :: arguments
23 character,
dimension(:),
allocatable,
intent(inout),
optional :: data_buffer
The documentation for this interface was generated from the following file: