Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.79 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.79 KB

Coroutines integration

This directory contains modules that provide integration with various asynchronous callback- and future-based libraries:

Modules

Contributing

Follow the following simple guidelines when contributing integration with your favorite library:

  • Keep it simple and general. Ideally it should fit into a single file. If it does not fit, then consider a separate GitHub project to host this integration.
  • Follow the example of other modules. Cut-and-paste kotlinx-coroutines-guava module as a template.
  • Write tests and documentation, include top-level README.md with short overview and example.
  • Reference the new module from all the places:
    • List of modules in this document.
    • List of modules in top-level pom.xml.
    • List of dependencies for documentation site in site/pom.xml.
    • List of directories for documentation site in site/build.xml.
    • List of modules at the root of documentation site in site/docs/index.md.
  • Update links to documentation website as explained here.
  • Squash your contribution to a single commit and create pull request to develop branch.