MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ServerThread
Interface
3 statements
Source File
ServerThread.F90
pFIO_ServerThreadMod
ServerThread
Contents
Module Procedures
new_ServerThread
public interface ServerThread
Module Procedures
private function new_ServerThread(sckt, server, rc) result(s)
Arguments
Type
Intent
Optional
Attributes
Name
class(
AbstractSocket
),
intent(in),
target
::
sckt
class(
AbstractServer
),
intent(in),
optional,
target
::
server
integer,
intent(out),
optional
::
rc
Return Value
type(
ServerThread
)