Files
archived-llvm/include/llvm/ExecutionEngine/Orc
Lang Hames f4c57ac5fe [ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits.
This will allow async handlers to be added that return void or Error::success().
Such handlers are expected to be common, since one of the primary uses of
addAsyncHandler is to run the body of the handler in a detached thread, in which
case the main handler returns immediately and does not need to provide an Error
value.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312746 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-07 21:04:00 +00:00
..
2017-07-07 02:59:13 +00:00
2017-07-07 02:59:13 +00:00
2017-08-28 06:47:47 +00:00