aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Setting version to 0.1.2-SNAPSHOTHEADmasterMatthias Andreas Benkard2018-09-291-1/+1
|
* Setting version to 0.1.1v0.1.1Matthias Andreas Benkard2018-09-291-1/+1
|
* Fix some minor stylistic bugs.Matthias Andreas Benkard2018-09-292-2/+1
|
* Update dependencies and plugins.Matthias Andreas Benkard2018-09-296-12/+12
|
* Add Bazel build files.Matthias Andreas Benkard2018-01-286-0/+85
|
* Bump Monix dependency to 2.3.3.Matthias Andreas Benkard2018-01-281-1/+1
|
* Add sbt-release plugin.Matthias Andreas Benkard2018-01-283-1/+2
|
* Change README to reflect publishing state on Bintray.Matthias Andreas Benkard2018-01-281-10/+3
|
* Bump version to 0.2.0-SNAPSHOT.Matthias Andreas Benkard2018-01-281-1/+1
|
* Release 0.1.0.Matthias Andreas Benkard2018-01-281-1/+1
|
* Add sbt-bintray plugin.Matthias Andreas Benkard2018-01-282-0/+3
|
* Make dependencies more precise.Matthias Andreas Benkard2018-01-281-2/+1
|
* Add a cancellation test.Matthias Andreas Benkard2018-01-101-2/+41
|
* React to monix.execution.Ack.Stop signals properly.Matthias Andreas Benkard2018-01-102-7/+61
| | | | | | Previously, we just ignored the return value of Observer.Sync.onNext in the implementation of Fiber.run. Now we stop when we receive a Stop response.
* Make fibers cancellable.Matthias Andreas Benkard2018-01-101-3/+9
| | | | | | | The Observable returned by Fiber.run now implements monix.execution.Cancelable properly and will finish execution of a fiber on the next shift point when its corresponding Observable is cancelled.
* Make Fiber.run stack-safe.Matthias Andreas Benkard2018-01-101-32/+39
| | | | | | Previously, Fiber.run was implemented with non-tail recursion, which would blow the stack after too many effects were invoked. It is now a stack-safe loop.
* Upgrade to sbt 1.1.0.Matthias Andreas Benkard2018-01-071-1/+1
| | | | Since sbt 1.1.0 has been released, we can use it now.
* Simplify build definition.Matthias Andreas Benkard2018-01-071-9/+0
| | | | This patch removes some superfluous settings from build.sbt.
* Add README.Matthias Andreas Benkard2018-01-071-0/+80
|
* Add license file.Matthias Andreas Benkard2018-01-071-0/+661
|
* Add initial code and project files.Matthias Andreas Benkard2018-01-0710-0/+489