Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
async_context Struct Reference

#include <node.h>

Public Member Functions

 NODE_DEPRECATED ("Use async_context directly as returned by EmitAsyncInit()", operator::node::async_id() const { return async_id;})
 

Data Fields

::node::async_id async_id
 
::node::async_id trigger_async_id
 

Detailed Description

Definition at line 542 of file node.h.

Member Function Documentation

◆ NODE_DEPRECATED()

NODE_DEPRECATED ( "Use async_context directly as returned by EmitAsyncInit()"  ,
operator::node::async_id() const { return async_id;}   
)

Field Documentation

◆ async_id

◆ trigger_async_id

::node::async_id trigger_async_id

Definition at line 544 of file node.h.

Referenced by node::EmitAsyncInit(), and node::MakeCallback().


The documentation for this struct was generated from the following file: