File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ it would not have knowledge of anything registered afterward.
119119The ` FFI_TaskContextProvider ` is built from a trait that provides a method
120120to get the current ` TaskContext ` . ` FFI_TaskContextProvider ` only holds a
121121` Weak ` reference to the ` TaskContextProvider ` , because otherwise we could
122- create a circular dependency at runtime. It is imperative that if you use
123- these methods that your accessor remains valid for the lifetime of the
122+ create a circular dependency at runtime. It is imperative that if you use
123+ these methods that your provider remains valid for the lifetime of the
124124calls. The ` FFI_TaskContextProvider ` is implemented on ` SessionContext `
125125and it is easy to implement on an struct that implements ` Session ` .
126126
You can’t perform that action at this time.
0 commit comments