Publishes a sequence. Call when the event has been filled. @param sequence the sequence to be published.
(long sequence)
| 82 | * @param sequence the sequence to be published. |
| 83 | */ |
| 84 | void publish(long sequence); |
| 85 | |
| 86 | /** |
| 87 | * Batch publish sequences. Called when all of the events have been filled. |
no outgoing calls