index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
lib
/
timeout.rb
Age
Commit message (
Expand
)
Author
2024-12-16
[ruby/timeout] Bump up v0.4.3
Hiroshi SHIBATA
2024-12-03
[ruby/timeout] removed the non numeric check
Cosmic Oppai
2024-12-03
[ruby/timeout] updated doc string
Cosmic Oppai
2024-12-03
[ruby/timeout] updated doc and kept the nil compatiability
CosmicOppai
2024-12-03
[ruby/timeout] refactor the change to raise for nil and type-errror and added...
CosmicOppai
2024-12-03
[ruby/timeout] refactor the change to keep the compatability with nil and typ...
CosmicOppai
2024-12-03
[ruby/timeout] added the check for negative sec
CosmicOppai
2024-11-06
[ruby/timeout] Bump up v0.4.2
Hiroshi SHIBATA
2024-08-28
[ruby/timeout] timeout.rb: Update documentation
Olle Jonsson
2023-12-25
[ruby/timeout] [DOC] Missing documents
Nobuyoshi Nakada
2023-11-07
[ruby/timeout] Bump up 0.4.1
Hiroshi SHIBATA
2023-06-23
[ruby/timeout] Bump up v0.4.0
Hiroshi SHIBATA
2023-06-22
[ruby/timeout] Raise exception instead of throw/catch for timeouts
Jeremy Evans
2023-02-16
[ruby/timeout] bump up 0.3.2
Hiroshi SHIBATA
2023-02-15
[ruby/timeout] Don't move the timer_thread when it's enclosed
Rick Blommers
2022-12-05
[ruby/timeout] Bump version to 0.3.1
Hiroshi SHIBATA
2022-09-28
[ruby/timeout] Explicit add the timeout thread to default ThreadGroup
Lars Kanis
2022-07-13
[ruby/timeout] Give a name to the background thread
Jean Boussier
2022-06-09
[ruby/timeout] Keep a private reference to `Process.clock_gettime`
Jean Boussier
2022-05-25
[ruby/timeout] Set the flag surely before return
Nobuyoshi Nakada
2022-05-25
[ruby/timeout] Hack to avoid leak checker
Nobuyoshi Nakada
2022-05-25
[ruby/timeout] Bump version to 0.3.0
Hiroshi SHIBATA
2022-05-19
[ruby/timeout] Remove redundant done? check
Benoit Daloze
2022-05-19
[ruby/timeout] Synchronize all accesses to @done
Benoit Daloze
2022-05-19
[ruby/timeout] Handle Timeout + fork and add test for it
Benoit Daloze
2022-05-19
[ruby/timeout] Reimplement Timeout.timeout with a single thread and a Queue
Benoit Daloze
2021-10-14
[ruby/timeout] Bump up timeout version to 0.2.0
Hiroshi SHIBATA
2021-09-27
[ruby/timeout] Freeze VERSION
rm155
2021-05-06
[ruby/timeout] Only run timeout_after hook on fiber scheduler if scheduler ex...
Jeremy Evans
2021-05-06
[ruby/timeout] Avoid unnecessary object allocation
Jeremy Evans
2021-05-06
[ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...
Jeremy Evans
2021-03-30
Fix handling of timeout accessing scheduler outside of non-blocking context.
Samuel Williams
2021-03-30
Update method name and add documentation.
Samuel Williams
2021-03-30
Update lib/timeout.rb
Samuel Williams
2021-03-30
Add hook for `Timeout.timeout`.
Samuel Williams
2021-01-03
[ruby/timeout] Removed deprecated names that had been warned for 5 years
Nobuyoshi Nakada
2020-12-22
Update library versions of the default gems.
Hiroshi SHIBATA
2020-07-30
Extract version number from the source
Nobuyoshi Nakada
2019-06-04
Add some documentation to Timeout#timeout about possible issues
Jeremy Evans
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-11-17
Fix typo in `Timeout` doc [ci skip]
kazu
2016-09-07
fix a typo [ci skip]
kazu
2016-09-07
timeout.rb: custom error message
nobu
2015-12-18
timeout.rb: watcher thread name
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-08-13
timeout.rb: freeze a string message
nobu
2015-07-30
variable.c: Module#deprecate_constant
nobu
2015-07-14
timeout.rb: suppress a warning
nobu
2015-07-13
timeout.rb: warn deprecated method
nobu
2015-07-13
timeout.rb: internal constants
nobu
[next]