ets weirdness when using -run

Matthias Lang matthias@REDACTED
Thu Jun 20 08:28:50 CEST 2002


Chris Pressey writes:

 > By the way, is there a better way to wait forever than to say
 > 
 >   wait_forever() ->
 >     timer:sleep(10000000),
 >     wait_forever().

Perhaps

        receive
                _ when false -> ok
        end.

Matthias



More information about the erlang-questions mailing list