2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-16 13:22:17 +00:00

add TODO comments

This commit is contained in:
Oliver Kowalke
2015-09-18 17:31:45 +02:00
parent a8d426cc5f
commit bf0ea3749b
2 changed files with 3 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ fiber::join() {
tmp->join();
// FIXME: call interruption_point()
// TODO: call interruption_point()
}
}}