ライブラリ
- ビルトイン (168)
- continuation (12)
- fiber (8)
-
irb
/ cmd / chws (24) - json (12)
-
minitest
/ spec (1) - openssl (36)
- rake (12)
-
rubygems
/ dependency (12) -
rubygems
/ platform (12) -
rubygems
/ specification (12) - socket (72)
- thwait (54)
-
win32
/ registry (72)
クラス
- Data (6)
- Fiber (12)
-
Gem
:: Dependency (12) -
Gem
:: Platform (12) -
Gem
:: Specification (12) -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (12) -
JSON
:: State (12) -
MiniTest
:: Spec (1) -
OpenSSL
:: X509 :: StoreContext (36) - Socket (36)
- Thread (134)
- ThreadsWait (54)
-
Win32
:: Registry (36)
モジュール
- Process (12)
-
Rake
:: TaskManager (12) -
Socket
:: Constants (36) -
Win32
:: Registry :: Constants (36)
キーワード
- CURRENT (12)
-
CURRENT
_ SPECIFICATION _ VERSION (12) - Continuation (12)
- CurrentWorkingWorkspace (12)
-
HKEY
_ PERFORMANCE _ DATA (24) -
HKEY
_ PERFORMANCE _ NLSTEXT (24) -
HKEY
_ PERFORMANCE _ TEXT (24) -
IPV6
_ PATHMTU (24) -
IPV6
_ RECVPATHMTU (24) -
IP
_ IPSEC _ POLICY (24) -
NEWS for Ruby 3
. 0 . 0 (5) - TYPES (12)
- ThreadGroup (12)
- [] (12)
-
all
_ waits (18) -
current
_ cert (12) -
current
_ crl (12) -
current
_ scope (12) - define (6)
- depth (12)
- empty? (6)
- exec (12)
- execute (12)
- finished? (6)
- group (12)
- inspect (12)
- irb (12)
- join (6)
-
join
_ nowait (6) - keys (12)
- new (6)
- priority (12)
- priority= (12)
- rdoc (12)
-
report
_ on _ exception (9) -
report
_ on _ exception= (9) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 4 feature (12) -
set
_ trace _ func (12) - stop? (12)
- threads (6)
-
to
_ s (8) - verify (12)
- パターンマッチ (12)
検索結果
先頭5件
-
Gem
:: Platform :: CURRENT -> String (9101.0) -
特定のプラットフォーム向けの Gem をビルドするときに使用します。
特定のプラットフォーム向けの Gem をビルドするときに使用します。 -
Thread
# group -> ThreadGroup (6212.0) -
スレッドが属している ThreadGroup オブジェクトを返します。
...スレッドが属している ThreadGroup オブジェクトを返します。
p Thread.current.group == ThreadGroup::Default
# => true... -
ThreadsWait
# empty? -> bool (6124.0) -
同期されるスレッドが存在するならば true をかえします。
...ッドが存在するならば true をかえします。
使用例
require 'thwait'
threads = []
3.times {|i|
threads << Thread.new { sleep 1; p Thread.current }
}
thall = ThreadsWait.new
p thall.threads.empty? #=> true
thall.join(*threads)
p thall.threads.empty? #=> false... -
JSON
:: State # depth -> Integer (6116.0) -
This integer returns the current depth of data structure nesting.
...This integer returns the current depth of data structure nesting.... -
Socket
:: Constants :: IPV6 _ PATHMTU -> Integer (6116.0) -
Retrieve current path MTU。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Retrieve current path MTU。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542... -
Socket
:: Constants :: IPV6 _ RECVPATHMTU -> Integer (6116.0) -
Receive current path MTU with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Receive current path MTU with datagram。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542... -
Socket
:: IPV6 _ PATHMTU -> Integer (6116.0) -
Retrieve current path MTU。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Retrieve current path MTU。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542... -
Socket
:: IPV6 _ RECVPATHMTU -> Integer (6116.0) -
Receive current path MTU with datagram。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Receive current path MTU with datagram。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IPV6,
3542... -
Socket
:: Constants :: IP _ IPSEC _ POLICY -> Integer (6106.0) -
IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current... -
Socket
:: IP _ IPSEC _ POLICY -> Integer (6106.0) -
IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current...