Exemplo n.º 1
0
 _handle(std::move(other._handle))
Exemplo n.º 2
0
  // Start a thread, execute operation in it, continue execution of current context.
//C++ TO C# CONVERTER TODO TASK: Only lambda expressions having all locals passed by reference can be converted to C#:
//ORIGINAL LINE: RemoteContext(Dispatcher& d, System.Func<T>&& operation) : dispatcher(d), event(d), procedure(std::move(operation)), future(System::Detail::async<T>([this]
  public RemoteContext(Dispatcher & d, Func<T>&& operation) : dispatcher(d), event(d), procedure(std::move(operation)), future(System.Detail.async<T>(() =>