Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/java/itrx/chapter4/scheduling/SubscribeOnExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ public void exampleSubscribeOn() {
System.out.println("Finished main: " + Thread.currentThread().getId());

// Main: 1
// Created on 1
// Created on 11
// Received 1 on 11
// Received 2 on 11
// Finished main: 11
// Finished main: 1
}

public void exampleIntervalThread() {
Expand Down