ServerThread Interface

public interface ServerThread

Module Procedures

private function new_ServerThread(sckt, server, rc) result(s)

Arguments

Type IntentOptional Attributes Name
class(AbstractSocket), intent(in), target :: sckt
class(AbstractServer), intent(in), optional, target :: server
integer, intent(out), optional :: rc

Return Value type(ServerThread)