Browser width is too narrow.

Rotate the screen or increase the width.
▲

COMTAY coroutine manager

COMTAY coroutine manager implements coroutines for Delphi and Free Pascal out of the box.

Using COMTAY, a procedure or method can easily be converted to a coroutine for Delphi and Free Pascal. See the example for Delphi and Free Pascal.


COMTAY 5.0.2 has been released.

It contains minor fixes in the library files, documentation, and the setup program.

Download COMTAY. Download failed? Learn about the COMTAY installation.


Does COMTAY need educational videos?


COMTAY is free software; you can use it or redistribute under the terms of the End-User License Agreement.

Feel free to ask a question or report an issue.

If using COMTAY helps you, so do you. Сonsider a donation.




Basic info

COMTAY manages coroutines in both procedural and class-based programming.

With the COMTAY you can use specific features such as exceptions.

COMTAY runs on 32-bit and 64-bit platforms, on Windows and Linux.

Since the COMTAY implements the cooperative multitasking in form of fulstack asymmetric coroutines, the programmer can apply a maximum of algorithmic ideas. In addition, COMTAY provides an "orphan task adoption" approach that increases algorithmic capabilities.

COMTAY contains thread-safe functions for coroutine control.

Coroutine manager is the core of the OpenSIMPLY simulation software in Object Pascal. Therefore, COMTAY was originally developed to match Delphi and Free Pascal. But since COMTAY is a software that can be used as a standalone product, I decided to make it more universal for compatibility with other programming languages.

COMTAY currently supports calling conventions for Delphi, Free Pascal, MS Visual C++, and GNU C++.