モジュール: Mongoid::Threaded::Life全体::Classメソッド

定義:
build/mongoid- 8.1 /lib/mongoid/threaded/Lifecollection.rb

インスタンス メソッドの概要を折りたたむ

インスタンス メソッドの詳細

# _creation =オブジェクト

作成モードでブロックを実行します。

例:

作成モードで を実行します。

creating do
  relation.push(doc)
end

次の値を返します。

  • オブジェクト

    ブロックの戻り値。



140
141
142
143
144
145
# ファイル 'Build/mongoid- 8.1 /lib/mongoid/threaded/feature.rb', 行140

デフォルト _creation
  スレッド.start_execution(作成)
  ノードの数
保証する
  スレッド.end_execution(作成)
end