libboost-context1.71.0

provides a sort of cooperative multitasking on a single thread

Description

This package forms part of the Boost C++ Libraries collection.

Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://www.boost.org/libs/context/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libboost-context1.71.0