Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_async_op_flags.qbk « generated « doc « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57d6b52cca945bfcf11afbfabe8bc513cc5ba843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[/============================================================================
  Boost.AFIO

  Use, modification and distribution is subject to the Boost Software License,
  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]


[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
[/ Generated from doxy/doxygen_output/xml\group__async__op__flags.xml]
[section:async_op_flags async_op_flags]
'''<?dbhtml-include href="disqus_identifiers/async_op_flags.html"?>'''

'''<indexterm><primary>async_op_flags</primary></indexterm>'''
'''<indexterm><primary>none</primary></indexterm>'''
'''<indexterm><primary>immediate</primary></indexterm>'''
Bitwise async_op_flags flags. 

[heading Synopsis]
``enum async_op_flags {none = 0, immediate = 1};``

[heading Values]

[table
[[Value] [Description] ]
[[none] [No flags set. ]]
[[immediate] [Call chained completion immediately instead of scheduling for later. Make SURE your completion can not block! ]]
]


[heading Header]
`#include <boost/afio/v2/afio.hpp>`


'''<?dbhtml-include href="disqus_comments.html"?>'''
[endsect]