haskell / win32

Haskell support for the Win32 API
http://hackage.haskell.org/package/Win32
Other
98 stars 62 forks source link

NamedPipes API #220

Closed coot closed 11 months ago

coot commented 12 months ago

The PR provides NamedPipes API.

Description

NamesPipes is a Win32 specific API for IPC communication.

Motivation and Context

We have been using NamePipes as an IPC for Windows applications. At the time Unix sockets were not widely supported on Windows. Although this is true now, NamedPipes might still be useful to communicate with existing applications.

Types of changes

Checklist:

coot commented 12 months ago

We've been using this API in the overlapped mode for quite a while in Win32-network.

Mistuke commented 11 months ago

Ah sorry I had missed this. Gmail seems to archive the email unless I'm @ in it directly, I haven't been able to figure out how to override that.

Thanks for the addition!

coot commented 11 months ago

That's ok, thanks for merging.