From 48f39402181d959cad88cb3f460210c007169f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 May 2021 11:13:47 +0200 Subject: Cowboy 2.9.0 --- docs/en/ranch/1.8/manual/ranch.procs/index.html | 196 ++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 docs/en/ranch/1.8/manual/ranch.procs/index.html (limited to 'docs/en/ranch/1.8/manual/ranch.procs/index.html') diff --git a/docs/en/ranch/1.8/manual/ranch.procs/index.html b/docs/en/ranch/1.8/manual/ranch.procs/index.html new file mode 100644 index 00000000..e72bfd83 --- /dev/null +++ b/docs/en/ranch/1.8/manual/ranch.procs/index.html @@ -0,0 +1,196 @@ + + + + + + + + + + Nine Nines: ranch:procs(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

ranch:procs(3)

+ +

Name

+

ranch:procs - Retrieve pids from a listener

+

Description

+
+
procs(Ref  :: ranch:ref(),
+      Type :: acceptors | connections)
+    -> Pids :: [pid()]
+
+

Retrieve pids from a listener.

+

Arguments

+
Ref
+

The listener name.

+
+
Type
+

The type of process that will be returned.

+
+
+

Return value

+

A list of pids is returned.

+

Examples

+
Get the pids of the acceptor processes
+
+
Pids = ranch:procs(acceptors).
+
+
Get the pids of the connection processes
+
+
Pids = ranch:procs(connections).
+
+

See also

+

ranch:get_addr(3), ranch:get_port(3), ranch:info(3), ranch(3)

+ + + + + + +
+ +
+ + +

+ Ranch + 1.8 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +

Like my work? Donate!

+

Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:

+
+ + + + + + + + + +

Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.

+ + + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3