Learning Erlang? speedbump thread, common, small problems

后端 未结 7 404
一个人的身影
一个人的身影 2021-01-31 06:17

I just want know all the small problems that got between you and your final solution when you were new to Erlang.

For example, here are the first speedbumps I had:

7条回答
  •  广开言路
    2021-01-31 06:58

    controlling_process()

    Use controlling_process(Socket, Pid) if you spawn off in multiple threads. Right packet to the right thread.

提交回复
热议问题