1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib
Jerry D'Antonio 56ac6e4768 Replaced ThreadSafe::Map with successor Concurrent::Map.
The thread_safe gem is being deprecated and all its code has been merged
into the concurrent-ruby gem. The new class, Concurrent::Map, is exactly
the same as its predecessor except for fixes to two bugs discovered
during the merge.
2015-09-19 09:56:26 -04:00
..
active_job Replaced ThreadSafe::Map with successor Concurrent::Map. 2015-09-19 09:56:26 -04:00
rails/generators/job Rails should be nodoc'd here [ci skip] 2015-04-29 18:44:37 -07:00
active_job.rb Initial implementation of ActiveJob AsyncAdapter. 2015-08-25 14:22:11 -04:00