On Wed, Jul 29, 2015 at 01:39:31PM +0000, simendsjo via Digitalmars-d-learn 
wrote:
> Is there no Unix socket support in Phobos?

No, there's plenty of support. Just use a unix address when
making a socket.

I used it in my terminal emulator:

https://github.com/adamdruppe/terminal-emulator/blob/master/attach.d#L523

Reply via email to