{current_function, {M, F, A}} = process_info(self(), current_function) Where A is the arity (number of arguments), not the actual arguments. The first argument is a process id which can be either the current process (self()) or an other process. For example: 1> process_info(self(), current_function)
{current_function, {M, F, A}} = process_info(self(), current_function) Where A is the arity (number of arguments), not the actual arguments. The first argument is a process id which can be either the current process (self()) or an other process. For example: 1> process_info(self(), current_function)
ita-wasa のブックマーク 2011/07/15 13:48
このブックマークにはスターがありません。
最初のスターをつけてみよう!