module Task::ConcurrentTask

Overview

Marker for a task that may be processed concurrently.

Direct including types

Defined in:

models/task.cr

Instance Method Summary

Instance Method Detail

def fiber #

Returns the associated fiber.


[View source]
def fiber_name #

Returns the name assigned to the associated fiber.


[View source]