• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
renatoathaydes / com.athaydes.concurrencey / 0.0.1
Backends JVM
Maven coordinates
Compatible Ceylon release JVM: 1.1.0 (outdated)
Published Oct 14, 2014
Stats Downloads (JVM): 447
Source downloads: 535
Description

A module that provides easy concurrency for Ceylon developers

For details, visit the GitHub Page.

Dependencies
ceylon.collection/1.1.0 shared
ceylon.test/1.1.0
ceylon.time/1.1.0 shared
java.base/7 JDK
Usage
  • Import
  • Run from command-line
  • Run from Ant
 import com.athaydes.concurrencey "0.0.1";
$ ceylon run com.athaydes.concurrencey/0.0.1
<property name="ceylon.home" value="…"/>
<property name="ceylon.ant.lib" 
  value="${ceylon.home}/lib/ceylon-ant.jar"/>
<path id="ant-tasks">
  <pathelement path="${ceylon.ant.lib}"/>
</path>
<typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/>

<target name="run">
  <ceylon-run module="com.athaydes.concurrencey/0.0.1"/>
</target>
Module links Members
Imported By
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

Ceylon Herd v1.24 Copyright 2012-2022 Red Hat. About