Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
- in context of #170
  • Loading branch information
olk committed Mar 22, 2018
1 parent c8f3f40 commit de26f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/buffered_channel.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ that no more values will arrive.]]
[template buffered_channel_push_effects[enqueues] If channel is closed, returns
`closed`. [enqueues] the value in the channel, wakes up a fiber
blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
`this->pop_wait_until()` and returns `success`.]
`this->pop_wait_until()` and returns `success`. If the channel is full,
it doesn't block and returns `full`.]

[member_heading buffered_channel..push]

Expand Down

0 comments on commit de26f06

Please sign in to comment.