Panda3D
Classes | Functions
asyncFuture.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "typedReferenceCount.h"
#include "typedWritableReferenceCount.h"
#include "eventParameter.h"
#include "atomicAdjust.h"
#include "asyncFuture.I"

Go to the source code of this file.

Classes

class  AsyncFuture
 This class represents a thread-safe handle to a promised future result of an asynchronous operation, providing methods to query its status and result as well as register callbacks for this future's completion. More...
 
class  AsyncGatheringFuture
 Specific future that collects the results of several futures. More...
 

Functions

std::ostream & operator<< (std::ostream &out, const AsyncFuture &fut)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2017-11-28

Definition in file asyncFuture.h.