andyglick / java-async-await

Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-async-await

Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

About

Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%