asynchronous 0.5.2

Asynchonous library for D


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:

Build Status

This module provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.

It starts as a port of python 3 [asyncio library](https://docs.python.org/3/library/asyncio.html).

API Reference

Implementation status:

  1. Timers (done)
  2. Futures, Tasks (done)
  3. Sockets (done)
  4. Streams (done)
  5. Subprocesses (not implemented)
  6. Locks and semaphores (done)
  7. Queues (done)
Authors:
  • Dragoş Carp
Dependencies:
libasync
Versions:
0.6.8 2018-Jun-27
0.6.7 2016-Nov-17
0.6.6 2016-Oct-13
0.6.5 2016-Jul-24
0.6.4 2016-Jun-13
Show all 28 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 729 downloads total

Score:
2.0
Short URL:
asynchronous.dub.pm