seq  4.0.0-pre3
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
test_loop_simple.Tpl Class Reference

Public Member Functions

def a (self)
 
def b (self)
 
def check_condition (self)
 The magic of contextvars in asyncio. More...
 
def init_loop (self)
 

Static Public Member Functions

def create (**kw)
 

Static Public Attributes

int count_a = 0
 
int count_b = 0
 

Member Function Documentation

◆ a()

def test_loop_simple.Tpl.a (   self)

◆ b()

def test_loop_simple.Tpl.b (   self)

◆ check_condition()

def test_loop_simple.Tpl.check_condition (   self)

The magic of contextvars in asyncio.

   Loop.index is local to each asyncio task

◆ create()

def test_loop_simple.Tpl.create ( **  kw)
static

◆ init_loop()

def test_loop_simple.Tpl.init_loop (   self)

Member Data Documentation

◆ count_a

int test_loop_simple.Tpl.count_a = 0
static

◆ count_b

int test_loop_simple.Tpl.count_b = 0
static

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