mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 13:42:21 +00:00
- lambda capture expressions supports move-only types - parameters are packed into std::tuple<> and with context-function moved to the context-lambda (->lambda capture expression) - in context-lambda context-function with packed parameters called (-> deferred call)