My favorites | Sign in
Project Logo
                
Code license: New BSD License
Show all Featured wiki pages:
ApiDocs Features GettingStarted
People details
Project owners:
  mike.rettig, graham.m.nash
Project committers:
l...@ripco.com, jordansamuels

Retlang is a robust library for writing highly concurrent applications. The library borrows part of its name and design from Erlang.

Retlang provides a concurrency solution that is quite different from basic locking solutions, Parallel FX, or the .NET thread pool. With Retlang, application components exchange messages asynchronously rather than using low level locking and blocking api's. Messages are delivered sequentially to prevent thread races or object synchronization. It is similar in design to event-based actors in Scala.

Features

Download The Latest Release

Getting Started

Browse The Source









Hosted by Google Code