'Yieldable' means a flow of instructions can be interrupted to let other flow of instructions run. The flow of instructions can contain 'yield' points at any places, and when the execution comes to that place, the execution returns to its caller, so that the caller can execute another flow of instructions. It is analogous to the operating system when it switches a thread context to another. The execution information is stored when a flow yielded, and is resumed later starting at the place of the yield.

Typical use case of this is when you execute multiple things on single execution thread. It is often seen as 'Reactor pattern' or 'Event Driven Execution pattern'

Project Activity

See All Activity >

Follow YieldableProgram

YieldableProgram Web Site

Other Useful Business Software
Secure File Transfer for Windows with Cerberus by Redwood Icon
Secure File Transfer for Windows with Cerberus by Redwood

Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
Try for Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of YieldableProgram!

Additional Project Details

Programming Language

C++

Registered

2013-12-02