Skip to content

Commit

Permalink
deploy: bcf85f5
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 4, 2024
1 parent 3ac652a commit 2371c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Purely functional client for RabbitMQ</h2>
<div id="header-right">

<p>Latest develop Release</p>
<p class="large">0.5.3-9-f961d70-SNAPSHOT</p>
<p class="large">0.5.3-11-bcf85f5-SNAPSHOT</p>

<p>Latest Stable Release</p>
<p class="large">0.5.3</p>
Expand Down
6 changes: 3 additions & 3 deletions standard-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2 id="workpoolchannel" class="section"><a class="anchor-link left" href="#work
)
</span><span class="comment">// protocol: WorkPoolDefinition[Task] = WorkPoolDefinition(
// name = &quot;jobs&quot;,
// codec = lepus.std.ChannelCodec$$anon$3@38fd2778
// codec = lepus.std.ChannelCodec$$anon$3@5fcfbd27
// )
</span><span>
</span><span class="keyword">def</span><span> </span><span class="declaration-name">server</span><span>(</span><span class="identifier">con</span><span>: </span><span class="type-name">Connection</span><span>[</span><span class="type-name">IO</span><span>]) = </span><span class="identifier">con</span><span>.</span><span class="identifier">channel</span><span>
Expand Down Expand Up @@ -191,8 +191,8 @@ <h2 id="eventchannel" class="section"><a class="anchor-link left" href="#eventch
)
</span><span class="comment">// protocol: TopicDefinition[Event] = TopicDefinition(
// exchange = &quot;events&quot;,
// codec = lepus.std.ChannelCodec$$anon$1@34fc8f73,
// topic = lepus.std.TopicNameEncoder@663c8aa2
// codec = lepus.std.ChannelCodec$$anon$1@11509e91,
// topic = lepus.std.TopicNameEncoder@7419449f
// )
</span><span>
</span><span class="keyword">def</span><span> </span><span class="declaration-name">publisher</span><span>(</span><span class="identifier">con</span><span>: </span><span class="type-name">Connection</span><span>[</span><span class="type-name">IO</span><span>]) = </span><span class="keyword">for</span><span> {
Expand Down

0 comments on commit 2371c5e

Please sign in to comment.