Title
Missing allocator support by async
Status
deferred
Section
[futures.async]
Submitter
Detlef Vollmann

Created on 2012-10-19.00:00:00 last changed 108 months ago

Messages

Date: 2015-05-08.04:22:00

[ 2015-05 Lenexa, SG1 response ]

We want whatever status approximates: "will not fix; we're working on a replacement facility and don't want to add features to a broken one"

Date: 2014-02-20.00:00:00

[ 2014-02-20 Re-open Deferred issues as Priority 4 ]

Date: 2014-01-12.11:18:37

[ 2013-09 Chicago ]

Matt: deprecate async

Nico: read my paper

Alisdair: defer issues to wait for polymorphic allocators

Alisdair: defer, active topic of research Deferred

Date: 2012-10-22.17:17:35

promise, packaged_task, and async are the only places where a shared state is actually supposed to be allocated. Accordingly, promise and packaged_task are "allocator-aware". But function template async provides no way to provide an allocator.

History
Date User Action Args
2015-05-08 04:22:00adminsetmessages: + msg7394
2015-05-08 04:22:00adminsetstatus: open -> deferred
2014-02-20 14:24:46adminsetmessages: + msg6883
2014-02-20 14:24:46adminsetstatus: deferred -> open
2014-01-12 11:18:37adminsetmessages: + msg6764
2014-01-12 11:18:37adminsetstatus: new -> deferred
2012-10-19 00:00:00admincreate