Navigation Menu

Skip to content

Commit

Permalink
Update Rroonga document
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent 07d3724 commit e050d0b
Show file tree
Hide file tree
Showing 209 changed files with 3,221 additions and 2,593 deletions.
26 changes: 13 additions & 13 deletions rroonga/en/Groonga.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions rroonga/en/Groonga/Array.html
Expand Up @@ -834,8 +834,8 @@ <h3 class="signature first" id="add-instance_method">

<p><em>values</em> にはレコードのカラムに設定する値を指定する。省略
した場合または +nil+ を指定した場合はカラムは設定しない。カ
ラムの値は @=&gt; 値1, :カラム名2 =&gt; 値2,
@ と指定する。</p>
ラムの値は @=> 値1, :カラム名2 => 値2,
...@ と指定する。</p>


</div>
Expand Down Expand Up @@ -964,14 +964,14 @@ <h3 class="signature " id="pull-instance_method">
record, the pulled record may be uncompleted. It should be handled
by your application.</p>

<p>If you passes @:block? =&gt; true@ option, the pull operation blocks
<p>If you passes @:block? => true@ option, the pull operation blocks
until a pushed record is pushed. It is the default behavior.</p>

<p>If you passes @:block? =&gt; false@ option, the pull operation returns
immediately, the given block isnt called and returns nil when no
<p>If you passes @:block? => false@ option, the pull operation returns
immediately, the given block isn't called and returns nil when no
record exist in the array.</p>

<p>Note that your signal handlers cant be ran while a pull
<p>Note that your signal handlers can't be ran while a pull
operation. You need to use <span class='object_link'><a href="#unblock-instance_method" title="Groonga::Array#unblock (method)">#unblock</a></span> from
another process to unblock the pull operation. If you call
<span class='object_link'><a href="#unblock-instance_method" title="Groonga::Array#unblock (method)">#unblock</a></span>, signal handler can be ran.</p>
Expand Down Expand Up @@ -1001,7 +1001,7 @@ <h3 class="signature " id="pull-instance_method">
</span><span class='kw'>end</span></code></pre>


<p class="example_title"><div class='inline'><p>Signal handler isnt called</p>
<p class="example_title"><div class='inline'><p>Signal handler isn't called</p>
</div></p>

<pre class="example code"><code><span class='id identifier rubyid_queue'>queue</span> <span class='op'>=</span> <span class='const'>Groonga</span><span class='op'>::</span><span class='const'>Array</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='symbol'>:name</span> <span class='op'>=&gt;</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>CrawlURLQueue</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
Expand Down

0 comments on commit e050d0b

Please sign in to comment.