From 4bd05f39900bce0167916d90e3352667b586c279 Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Tue, 17 Apr 2018 13:34:05 +0200 Subject: Remove lib:send/2 and lib:sendw/2 --- lib/stdlib/doc/src/lib.xml | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'lib/stdlib/doc/src') diff --git a/lib/stdlib/doc/src/lib.xml b/lib/stdlib/doc/src/lib.xml index 7aabb4bea8..e8c11ab816 100644 --- a/lib/stdlib/doc/src/lib.xml +++ b/lib/stdlib/doc/src/lib.xml @@ -65,30 +65,6 @@ - - - Send a message. - -

Makes it possible to send a message using the apply/3 BIF.

-
-
- - - - Send a message and wait for an answer. - -

As send/2, - but waits for an answer. It is implemented as follows:

- -sendw(To, Msg) -> - To ! {self(),Msg}, - receive - Reply -> Reply - end. -

The returned message is not necessarily a reply to the sent - message.

-
-
-- cgit v1.2.3