class Concurrent::TimerSet

def post_task(task)

Other tags:
    Note: - This is intended as a callback method from ScheduledTask
def post_task(task)
  synchronize { ns_post_task(task) }
end