Skip to content

Add run_coroutine_threadsafe() to asyncio #69491

@gvanrossum

Description

@gvanrossum
BPO 25304
Nosy @gvanrossum, @vstinner, @bitdancer, @1st1, @vxgmichel
Files
  • ensure_future_threadsafe.py: ensure_future_threadsafe implementation
  • run_coroutine_threadsafe_doc.patch: run_coroutine_threadsafe documentation
  • run_coroutine_threadsafe_2.patch: run_couroutine_threadsafe patch 2 (code, test and docs)
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/gvanrossum'
    closed_at = <Date 2015-10-05.23:27:47.135>
    created_at = <Date 2015-10-03.15:23:53.631>
    labels = ['type-bug', 'expert-asyncio']
    title = 'Add run_coroutine_threadsafe() to asyncio'
    updated_at = <Date 2015-11-18.17:45:43.421>
    user = 'https://github.com/gvanrossum'

    bugs.python.org fields:

    activity = <Date 2015-11-18.17:45:43.421>
    actor = 'yselivanov'
    assignee = 'gvanrossum'
    closed = True
    closed_date = <Date 2015-10-05.23:27:47.135>
    closer = 'gvanrossum'
    components = ['asyncio']
    creation = <Date 2015-10-03.15:23:53.631>
    creator = 'gvanrossum'
    dependencies = []
    files = ['40672', '40689', '40691']
    hgrepos = []
    issue_num = 25304
    keywords = ['patch']
    message_count = 23.0
    messages = ['252215', '252217', '252218', '252267', '252269', '252270', '252272', '252277', '252286', '252287', '252293', '252334', '252336', '252343', '252344', '252345', '252348', '252362', '252365', '252368', '252369', '254847', '254850']
    nosy_count = 7.0
    nosy_names = ['gvanrossum', 'vstinner', 'r.david.murray', 'Yury.Selivanov', 'python-dev', 'yselivanov', 'vxgmichel']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue25304'
    versions = ['Python 3.4', 'Python 3.5', 'Python 3.6']

    Metadata

    Metadata

    Assignees

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions