# # timeout.rb -- execution timeout # # Copyright (C) 2000 Network Applied Communication Laboratory, Inc. # Copyright (C) 2000 Information-technology Promotion Agency, Japan # #= SYNOPSIS # # require 'timeout' # status = timeout(5) { # # something may take time # } # #= DESCRIPTION # # timeout executes the block. If the block execution terminates successfully # before timeout, it returns true. If not, it terminates the execution and # raise TimeoutError exception. # #== Parameters # # : timout # # The time in seconds to wait for block teminatation. # #=end class TimeoutErrorruby_1_8_5 The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/tool/mk_builtin_loader.rb
AgeCommit message (Expand)Author
2019-11-09don't embed full-path.Koichi Sasada
2019-11-08tool/mk_builtin_loader.rb: check if op is an array or notYusuke Endoh
2019-11-08Add file mode to generated files [ci skip]Nobuyoshi Nakada
2019-11-08Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada
2019-11-08Stop compiling if type mismatch was found.Koichi Sasada
2019-11-08support builtin features with Ruby and C.Koichi Sasada