* The identity of the fiber.
()
| 342 | * The identity of the fiber. |
| 343 | */ |
| 344 | id(): FiberId.Runtime { |
| 345 | return this._fiberId |
| 346 | } |
| 347 | |
| 348 | /** |
| 349 | * Begins execution of the effect associated with this fiber on in the |
no outgoing calls
no test coverage detected