Skip to content
/ ipc Public

Interprocess communication library for the D programming language

License

Notifications You must be signed in to change notification settings

carun/ipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is just a simple project to build an interprocess communications library for DLang similar to what Boost.Interprocess offers for C++.

Setup

  • Download and install DMD or/and LDC2 compilers
  • Download and install DUB.

Example

  • Run dub build
  • Run dub build -c example-process1
  • Run dub build -c example-process2
  • Run ./process1 test in one terminal and ./process2 test in the other terminal.

About

Interprocess communication library for the D programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages