$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] library to support async/await pattern
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2013-04-19 13:42:33
2013/4/19 Vicente J. Botet Escriba <vicente.botet_at_[hidden]>
> Le 18/04/13 20:22, Oliver Kowalke a écrit :
>
> How does it compare to boost.fiber (github.com/olk/boost-fiber)?
>>
>> This should be compare with Boost.Task, isn't it?
>
> https://github.com/olk/boost-**task <https://github.com/olk/boost-task>
>
> Best,
> Vicente
>
hmm - yes, I was confused by the await keyword. boost.tasks hides how the
task is executed (cooperative scheduled etc.)
best regards,
Oliver