gen_tcp send non-blocking in erlang?

2019-06-12 07:15发布

问题:

Does gen_tcp supports non-blocking send ?

I have tried gen_tcp:send which returns the ok while the packets has not been sent to the receiver. Whether any mechanism in erlang to check the sent message delivary?

Thanks