$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2023-09-28 17:29:26
sorry - I don't get it...
A fiber is a stack and is used to store the preserved registeres - a
simple push if fiber gets suspended so that only a pointer to the end of
the stack holds all the required data (sztack itself + preserved registers).