Skip to content

documentation bug, create needs a template parameter. #386

Open
@kirkshoop

Description

@kirkshoop

On the Gitter channel -
Peter Majchrak @petoknm Jul 09 09:54
i was missing a template parameter for create

auto ints = rxcpp::observable<>::create<int>( [](rxcpp::subscriber<int> s){ s.on_next(1); s.on_next(2); s.on_completed(); });

please update http://reactive-extensions.github.io/RxCpp/ to reflect that. thanks

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