class Concurrent::ScheduledTask

def process_task

Experimental RBS support (using type sampling data from the type_fusion project).

def process_task: () -> untyped

This signature was generated using 1 sample from 1 application.

@!visibility private

Execute the task.
def process_task
  safe_execute(@task, @args)
end