libcomcom 0.1.6

D wrapper over libcomcom (spawn an OS command with given input and receive its output)


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

It is a wrapper around libcomcom (Command Communication Library): https://github.com/vporton/libcomcom

libcomcom does not work on Windows.

Description

Spawn an OS command with given input and receive its output.

The main feature of this library is deadlock avoidance. (Deadlock in this case is when your program can't write to the input of another program because of waiting for its output which does not happen because of no input, so a vicious circle leading to infinite waiting time.)

Usage

For an example usage, see test.d file.

Projects

To support this project:

  • Send money to PayPal [email protected] or https://paypal.me/victorporton
  • Send BitCoin to 1BdUaP3uRuUC1TXcLgxKXdWWfQKXL2tmqa
  • Send Ether to 0x36A0356d43EE4168ED24EFA1CAe3198708667ac0
  • Buy tokens at https://crypto4ngo.org/project/view/4

The library is to be used in the following project: https://github.com/vporton/xml-boiler (which I am going to rewrite in D programming language).

Authors:
  • Victor Porton
Dependencies:
none
Versions:
0.1.6 2019-Jan-31
0.1.5 2019-Jan-30
0.1.4 2019-Jan-30
0.1.3 2019-Jan-30
0.1.2 2019-Jan-26
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 14 downloads total

Score:
1.1
Short URL:
libcomcom.dub.pm