How to Install libboost-context1.65-dev in Ubuntu 18.04



Install libboost-context1.65-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libboost-context1.65-dev

Description:

provides a sort of cooperative multitasking on a single thread

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++.

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

Version: 1.65.1+dfsg-0ubuntu5

Section: universe/libdevel