aboutsummaryrefslogtreecommitdiff
path: root/src/lanes_private.h
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2019-04-26 12:20:06 +0200
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2019-04-26 12:20:06 +0200
commit9c84074c89661cd1e776eff3d4aa5329a2ac9524 (patch)
tree3c424371c1f21f4dee493793c8316059bf8217c6 /src/lanes_private.h
parent32f8cdfc73ed90dcf88ffcf4bfc1a3e4d5a69e6c (diff)
downloadlanes-9c84074c89661cd1e776eff3d4aa5329a2ac9524.tar.gz
lanes-9c84074c89661cd1e776eff3d4aa5329a2ac9524.tar.bz2
lanes-9c84074c89661cd1e776eff3d4aa5329a2ac9524.zip
Lane cancellation rework
opt.cancelstep is gone, hook is installed by lane:cancel() if requested lane:cancel() rework (see doc)
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r--src/lanes_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h
index ac05129..1a15969 100644
--- a/src/lanes_private.h
+++ b/src/lanes_private.h
@@ -89,4 +89,7 @@ static inline Lane* get_lane_from_registry( lua_State* L)
89 return s; 89 return s;
90} 90}
91 91
92int push_thread_status( lua_State* L, Lane* s);
93
94
92#endif // __lanes_private_h__ \ No newline at end of file 95#endif // __lanes_private_h__ \ No newline at end of file