all options
buster-backports  ]
[ Source: boost1.71  ]

Package: libboost-fiber1.71.0 (1.71.0-6~bpo10+1)

Links for libboost-fiber1.71.0

Screenshot

Debian Resources:

Download Source Package boost1.71:

Maintainers:

External Resources:

Similar packages:

cooperatively-scheduled micro-/userland-threads

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

Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library.

Each fiber has its own stack.

A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time.

Other Packages Related to libboost-fiber1.71.0

  • depends
  • recommends
  • suggests
  • enhances

Download libboost-fiber1.71.0

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 248.3 kB2,041.0 kB [list of files]
arm64 246.7 kB2,033.0 kB [list of files]
armel 245.2 kB2,024.0 kB [list of files]
armhf 245.1 kB2,008.0 kB [list of files]
i386 250.5 kB2,036.0 kB [list of files]
mips 247.1 kB2,042.0 kB [list of files]
mips64el 247.7 kB2,052.0 kB [list of files]
mipsel 247.5 kB2,042.0 kB [list of files]
ppc64el 250.6 kB2,089.0 kB [list of files]
s390x 246.5 kB2,041.0 kB [list of files]