Skip to content

[ General question ] functional API, RxJS-like #220

Open
@TheCelavi

Description

@TheCelavi

Hello,

I was just wondering if you ever considered to provide RxJS-like API? Something like:

use function Rx\from;
use function Rx\op1;
use function Rx\op2;

from(1)
    ->pipe(
        op1(),
        op2(),
        ...
    )
    ->subscribe();

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions