Skip to content

How to refer to observable type anyway? #533

Description

@RobinQu

It's a common practice to return an observable<T> to for a method to represent values of T in async fashion.

class Person {
   observable<std::string> Talk();
} 

While rpp does provide an observable class, but it has too many class template arguments which I can find very few explainations in docs. Before reading your whole project code, would you please enlighten me about a simple way to define actual class type other than auto.

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