class Async::Scheduler

def self.supported?

@public Since *Async v1*.
Whether the fiber scheduler is supported.
def self.supported?
	true
end