MONC
Private Member Functions | List of all members
threadpool_mod::thread_procedure Interface Reference

The thread call procedure interface. More...

Private Member Functions

subroutine thread_procedure (arguments, data_buffer)
 

Detailed Description

The thread call procedure interface.

Definition at line 21 of file threadpool.F90.

Constructor & Destructor Documentation

◆ 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: