Skip to content

added method tarantool::fiber::id() to pub fn fiber_id() -> u64

Роман Хаит requested to merge 26-changed-solution-for-get-fiber-id into main

Summarize the changes

  • added method tarantool::fiber::id() to pub fn fiber_id() -> u64

Ensure that

  • New code is covered by unit and integration tests.
  • Related issues would be automatically closed with gitlab's closing pattern (Closes #1, #2).
  • Public modules are documented (check the rendered version with cargo doc --open).
  • (if PEST grammar is changed) EBNF grammar reflects these changes (check the result with railroad diagram generator.

Closes #541 (closed)

Next steps

Closes #26 (closed)

Edited by Denis Smirnov

Merge request reports