Skip to content

copy() for Tasks #4085

@JeffBezanson

Description

@JeffBezanson

This needs to be implemented in task.c. After copying all the fields of the jl_task_t, the following extra changes are needed:

  • deepcopy tls
  • set consumers to jl_nothing
  • set donenotify to jl_nothing
  • allocate with allocb a copy of stkbuf, which is bufsz bytes

I think there is a chance that will work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    speculativeWhether the change will be implemented is speculative

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions