struct thread_task_base

Declaration

struct thread_task_base : public future_data { /* full declaration omitted */ };

Description

////////////////////////////////////////////////////////////////////////

Declared at: libs/pika/threading/src/thread.cpp:285

Inherits from: future_data

Method Overview

Methods

void cancel()

Declared at: libs/pika/threading/src/thread.cpp:319

bool cancelable() const noexcept

Declared at: libs/pika/threading/src/thread.cpp:314

void thread_exit_function()

Declared at: libs/pika/threading/src/thread.cpp:332

thread_task_base(
    const threads::thread_id_ref_type& id)

Declared at: libs/pika/threading/src/thread.cpp:297

Parameters

const threads::thread_id_ref_type& id

bool valid() const noexcept

Declared at: libs/pika/threading/src/thread.cpp:308