What is a tid()?

Per Hedeland per@REDACTED
Wed Apr 28 17:59:30 CEST 2010


$ erlc test.erl
./test.erl:5: referring to built-in type tid as a remote type; please take out the module name

--Per Hedeland

test.erl------------------

-module(test).

-export([test/1]).

-spec test(cs:tid()) -> ok.
test(_) -> ok.

    



More information about the erlang-questions mailing list