Skip to content

thread_pool::task_handle<std::list<T>> is not defined #49

@ITHelpDec

Description

@ITHelpDec

There's no mention of thread_pool::task_handle<std::list<T>> in the book or earlier in the examples until later on.

thread_pool::task_handle<std::list<T> > new_lower=

std::future<std::list<T> is used in the book.

.is_ready() also doesn't exist because it looks like it's using an experimental future (see here), which never made it into the standard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions