context: Move/Port context package to C++/Pyx nogil
Provide context-related functionality that can be used directly from C++ and Pyx/nogil codes. Python-level classes and functions become small wrappers around pyx/nogil ones. Like with timers (b073f6df "time: Move/Port timers to C++/Pyx nogil") and interfaces (5a99b769 "libgolang: Start providing interfaces") memory for objects dynamically allocated on heap is managed automatically.
Showing
golang/_context.pxd
0 → 100644
This diff is collapsed.
golang/context.cpp
0 → 100644
This diff is collapsed.
golang/context.h
0 → 100644
golang/context.pxd
0 → 100644
Please register or sign in to comment