Browser width is too narrow.

Rotate the screen or increase the width.
▲

Coroutine manager for Delphi and Free Pascal

COMTAY coroutine manager implements coroutines for Delphi and Free Pascal.

See the example for Delphi and Free Pascal.


COMTAY 5.0.2 has been released. Download COMTAY.

Please consider donating to keep the project going.


Download failed?

Learn about the COMTAY installation.

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.




Basic info

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

Using COMTAY, a procedure or method can easily be converted to a coroutine.

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.

Coroutine manager is the core of the OpenSIMPLY simulation software for Object Pascal. So, 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++.

Does COMTAY need educational videos?