timeout_ext.git  about / heads / tags
LGPL enhancement to timeout.rb in the Ruby stdlib
$ git log --pretty=format:'%h %s (%cs)%d'
2f9db5e initial (2018-06-16)
	(HEAD -> master)

$ git cat-file blob HEAD:README
timeout_ext - LGPL enhancement to timeout.rb in the Ruby stdlib

Uses the CCAN timer implementation and hooks in the main Ruby VM
to speed up timeout.rb

https://ccodearchive.net/info/timer.html
https://git.ruby-lang.org/ruby.git/
https://bugs.ruby-lang.org/

Contact: Eric Wong <normal@ruby-lang.org>
	<ruby-core@ruby-lang.org>

Source: git clone https://80x24.org/timeout_ext.git

License: LGPL-2.1+

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       initial (2018-06-16)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

git clone https://80x24.org/timeout_ext.git