Skip to content

Commit

Permalink
Issue #270: add atomic implementations based on atomic updaters
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Nov 17, 2016
1 parent 9b56e78 commit c6f1295
Show file tree
Hide file tree
Showing 129 changed files with 4,850 additions and 3,297 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ lazy val unidocSettings = baseUnidocSettings ++ Seq(
unidocProjectFilter in (ScalaUnidoc, unidoc) :=
inProjects(typesJVM, executionJVM, evalJVM, reactiveJVM, catsJVM, scalaz72JVM),

// Exclude monix.execution.atomic.boxes from ScalaDoc
// Exclude monix.execution.atomic.internals from ScalaDoc
sources in (ScalaUnidoc, unidoc) ~= (_ filterNot { file =>
file.getCanonicalPath matches "^.*monix.execution.atomic.boxes.*$"
file.getCanonicalPath matches "^.*monix.execution.atomic.internals.*$"
}),

scalacOptions in (ScalaUnidoc, unidoc) +=
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c6f1295

Please sign in to comment.