var searchIndex = {};
searchIndex["context_bind"] = {"doc":"This crate exists to be a shim between Context and a higher level library.\nThe interface that it will present are generally not as safe as context.\nThis is an intentional design decision to make the implementation of a\nco-routine library easier on myself. ","items":[[3,"Routine","context_bind","Encapsulate the state of a co-routine",null,null],[12,"data","","",0,null],[4,"StackSize","","Define the size of a stack",null,null],[13,"KiB4","","",1,null],[13,"KiB8","","",1,null],[13,"KiB16","","",1,null],[13,"KiB32","","",1,null],[13,"KiB64","","",1,null],[13,"KiB128","","",1,null],[13,"KiB256","","",1,null],[13,"KiB512","","",1,null],[13,"MiB","","",1,null],[13,"MiB2","","",1,null],[13,"MiB4","","",1,null],[13,"MiB8","","",1,null],[5,"swap","","Leave Co-Routine.",null,{"inputs":[{"name":"usize"}],"output":{"name":"usize"}}],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"new","","Build a new routine.",0,{"inputs":[{"name":"stacksize"},{"name":"f"}],"output":{"name":"result"}}],[11,"no_func_alloc","","If you don't want to allocate internally at all",0,{"inputs":[{"name":"stacksize"},{"name":"box"}],"output":{"name":"result"}}],[11,"exec","","Run the Routine.",0,null]],"paths":[[3,"Routine"],[4,"StackSize"]]};
initSearch(searchIndex);