Sha256: 1669a0db869d1ba7deaa17805fa6def651db41329d085121b17283a74d59d7e1

Contents?: true

Size: 814 Bytes

Versions: 4

Compression:

Stored size: 814 Bytes

Contents

#
# PerfectSched
#
# Copyright (C) 2012 FURUHASHI Sadayuki
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#

module PerfectSched

  # SignalQueue is obsolete because it does not run with ruby >= 2.0.0.
  require 'perfectqueue/signal_queue'
  SignalQueue = PerfectQueue::SignalQueue

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
perfectsched-0.8.12 lib/perfectsched/signal_queue.rb
perfectsched-0.8.11 lib/perfectsched/signal_queue.rb
perfectsched-0.8.10 lib/perfectsched/signal_queue.rb
perfectsched-0.8.9 lib/perfectsched/signal_queue.rb