Skip to content

Update intervalWithFixedDelay scaladoc#798

Merged
Avasil merged 2 commits into
masterfrom
intervalWithFixedDelay-scaladoc
Dec 19, 2018
Merged

Update intervalWithFixedDelay scaladoc#798
Avasil merged 2 commits into
masterfrom
intervalWithFixedDelay-scaladoc

Conversation

@Avasil
Copy link
Copy Markdown
Collaborator

@Avasil Avasil commented Dec 18, 2018

Fixes one mistake and adds new sentence that is also present in intervalAtFixedRate

* delay, after which it emits incremented numbers spaced by the
* (longs) spaced by a given time interval. Starts from 0 with `initialDelay`,
* after which it emits incremented numbers spaced by the
* `period` of time. The given `period` of time acts as a fixed
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like period should be delay (name of the parameter) but I'm not sure

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 👍

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 18, 2018

Codecov Report

Merging #798 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
- Coverage   85.08%   85.04%   -0.04%     
==========================================
  Files         426      426              
  Lines       13096    13096              
  Branches     2341     2341              
==========================================
- Hits        11143    11138       -5     
- Misses       1953     1958       +5

@Avasil Avasil merged commit 111520c into master Dec 19, 2018
alexandru pushed a commit that referenced this pull request Jan 12, 2019
* Acquire lock per subscription instead of observable-wide lock

* Update cats-effect, cats-effect-laws to 1.1.0 (#788)

* Update sbt-scalajs, scalajs-compiler, scalajs-library... to 0.6.26 (#785)

* Scala 2.12.8 (#797)

* Update intervalWithFixedDelay scaladoc (#798)

* Update intervalWithFixedDelay scaladoc

* Update Observable.scala

* fix scalacOptions (#796)

* fix scalacOptions

"-Ywarn-unused-import" removed since Scala 2.13.x

scala/scala@ad25805

* fix scalacOptions for Scala 2.13.x

some options removed since Scala 2.13.x

* Eagerly null out dequeued elements in ChunkedArrayQueue (#803)

* Observable buffers refactoring (#801)

* Refactoring of Observable buffers and OverflowStrategy

* Observable.create change signature

* Fix Mima reports

* Small adjustments

* Add forgotten default value for maxBatch

* Make OverflowStrategy.Unbounded final

* Fix Mima

* Fix #787: encapsulate local ctx on task execution (#802)
@Avasil Avasil deleted the intervalWithFixedDelay-scaladoc branch January 12, 2019 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants