Skip to content

[Feature] Object Serialization and Message Queue #33

@imkiva

Description

@imkiva

Why?

We need a better way to perform ITC (stands for inter-thread communication), with serialization framework, we can implement a Message Queue for general purpose multi-thread programming.

Inspiration

When I was making a console progress bar in my repo, I found std::thread are hard to communicate with other threads.
In Android development, we have Handler class to be the bridge between two threads transmitting messages and operations, but we have nothing in modern C++ development, which I think is important.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions