Skip to content

Move formatting to worker thread #1

@WiSaGaN

Description

@WiSaGaN

Currently we have no way to generate an owned version of Arguments except writing a compiler plugin since the parsing of the format string is done by compiler.
We need either

  1. Implement our own formatting library.
  2. Wait for an owned version of Arguments as in Add an owned version of core::fmt::Arguments<'a> that can be sent over threads rust-lang/rfcs#1538.

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