tanya.async

This package provides asynchronous capabilities.

Modules

event
module tanya.async.event
iocp
module tanya.async.iocp

This module provides API for Windows I/O Completion Ports.

loop
module tanya.async.loop

Interface for the event loop implementations and the default event loop chooser.

protocol
module tanya.async.protocol

This module contains protocol which handle data in asynchronous applications.

tests
module tanya.async.tests
transport
module tanya.async.transport

This module contains transports which are responsible for data dilvery between two parties of an asynchronous communication.

watcher
module tanya.async.watcher

Watchers register user's interest in some event.

Public Imports

tanya.async.loop
public import tanya.async.loop;
tanya.async.protocol
public import tanya.async.protocol;
tanya.async.transport
public import tanya.async.transport;
tanya.async.watcher
public import tanya.async.watcher;

Meta