-
Notifications
You must be signed in to change notification settings - Fork 43
feedback: Module fiber #831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
need feedback
[special status] On hold, awaiting feedback
Comments
izmalk
added a commit
that referenced
this issue
Aug 7, 2019
* Fixed gh-797 feedback: SQL DBMS Modules * Fixed gh-808 feedback: Lua tutorials * Fixed gh-792 feedback: Модель данных * Partial fix gh-804 feedback: Module digest Fixed only in English version! * Fixed gh-796 feedback: Module net.box * Fixed gh-810 feedback: Модуль string * FIxed gh-821 feedback: Использование Docker-образа and quotes in the entire section * Fixed gh-831 feedback: Module fiber #831 Note added * Fix #832 #832 Fixed typo - excessive module word at the end (one more generated by :ref: link). * Fix #835 #835 Fixed typo * Fix#791 #791 Add fuzzy to fix the list rendering * #796 fixed markup issue #796 **nil** instead of Nil * Fixed quote marks as in #821 #821 (comment) * Fixed term in fix #797 Fixed placeholder term #797 * Fix #841 #841 Fixed Russian translation * Fix #845 #845 Fixed a typo
Don't sure, to be honest, whether it is correct behaviour and what is cause of it. |
Further improvements on documentation required regarding this issue - work in progress. |
It seems that the incorrect sentence
was fixed in b9ee8bb. I propose to close this issue and open a new one if some futher work is needed on another parts of the article. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.tarantool.io/en/doc/1.10/reference/reference_lua/fiber/#fiber-testcancel
Нужно добавить, что ошибку, которую бросает вызов
fiber.testcancel()
, нельзя перехватить с помощьюpcall
иxpcall
.The text was updated successfully, but these errors were encountered: