From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/pool.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/stdlib/doc/src/pool.xml') diff --git a/lib/stdlib/doc/src/pool.xml b/lib/stdlib/doc/src/pool.xml index 05d12ade28..675ee08bfb 100644 --- a/lib/stdlib/doc/src/pool.xml +++ b/lib/stdlib/doc/src/pool.xml @@ -28,7 +28,7 @@ - pool + pool Load distribution facility.

This module can be used to run a set of Erlang nodes as a pool @@ -54,7 +54,7 @@ - + Ensure that a pool master is running.

Ensures that a pool master is running and includes @@ -63,7 +63,7 @@ - + Return the node with the expected lowest future load.

Returns the node with the expected lowest future load.

@@ -71,7 +71,7 @@ - + Return a list of the current member nodes of the pool. @@ -80,7 +80,7 @@ - + Spawn a process on the pool node with expected lowest future load. @@ -90,7 +90,7 @@ - + Spawn and link to a process on the pool node with expected lowest future load. @@ -100,8 +100,8 @@ - - + + >Start a new pool.

Starts a new pool. The file .hosts.erlang is read to @@ -122,7 +122,7 @@ - + Stop the pool and kill all the slave nodes.

Stops the pool and kills all the slave nodes.

-- cgit v1.2.3