Tascalate Async/Await

Async / Await asynchronous programming model for Java 1.8 - 17+ similar to the functionality available in C# 5. The implementation is based on continuations for Java (see tascalate-javaflow).

License

License

Categories

Categories

Scala Languages Net
GroupId

GroupId

net.tascalate.async
ArtifactId

ArtifactId

net.tascalate.async.parent
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

pom
Description

Description

Tascalate Async/Await
Async / Await asynchronous programming model for Java 1.8 - 17+ similar to the functionality available in C# 5. The implementation is based on continuations for Java (see tascalate-javaflow).
Project URL

Project URL

https://github.com/vsilaev/tascalate-async-await
Source Code Management

Source Code Management

https://github.com/vsilaev/tascalate-async-await.git

Download net.tascalate.async.parent

How to add to project

<!-- https://jarcasting.com/artifacts/net.tascalate.async/net.tascalate.async.parent/ -->
<dependency>
    <groupId>net.tascalate.async</groupId>
    <artifactId>net.tascalate.async.parent</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.tascalate.async/net.tascalate.async.parent/
implementation 'net.tascalate.async:net.tascalate.async.parent:1.2.2'
// https://jarcasting.com/artifacts/net.tascalate.async/net.tascalate.async.parent/
implementation ("net.tascalate.async:net.tascalate.async.parent:1.2.2")
'net.tascalate.async:net.tascalate.async.parent:pom:1.2.2'
<dependency org="net.tascalate.async" name="net.tascalate.async.parent" rev="1.2.2">
  <artifact name="net.tascalate.async.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.tascalate.async', module='net.tascalate.async.parent', version='1.2.2')
)
libraryDependencies += "net.tascalate.async" % "net.tascalate.async.parent" % "1.2.2"
[net.tascalate.async/net.tascalate.async.parent "1.2.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • net.tascalate.async.runtime
  • net.tascalate.async.resolver.propagated
  • net.tascalate.async.resolver.provided
  • net.tascalate.async.resolver.scoped
  • net.tascalate.async.resolver.swing
  • net.tascalate.async.tools.core
  • net.tascalate.async.tools.maven
  • net.tascalate.async.agent
  • net.tascalate.async.extras
  • net.tascalate.async.examples

Versions

Version
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0