We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ca1b0 commit 4f3067fCopy full SHA for 4f3067f
mix.exs
@@ -9,7 +9,7 @@ defmodule GenStage.Mixfile do
9
version: @version,
10
elixir: "~> 1.5",
11
package: package(),
12
- description: "Producer and consumer pipelines with back-pressure for Elixir",
+ description: "Producer and consumer actors with back-pressure for Elixir",
13
start_permanent: Mix.env() == :prod,
14
deps: deps(),
15
docs: [
0 commit comments