Skip to content

SerialSubscription and SingleAssignementSubscription naming, Subscriptions in general #592

@headinthebox

Description

@headinthebox

SerialSubscription has

private static final Subscription UNSUBSCRIBED = new Subscription() {

SingleAssignmentSubscription has

private static final Subscription SENTINEL = new Subscription() {

for the same purpose.

Also, these use lockfree implementations, the other subscriptions use locks.

Perhaps someone can go over all subscriptions and implement them in the same style and using the same naming conventions.

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