|
|
|
|
|
by codetrotter
457 days ago
|
|
What is the advantage of having the policy checking be an async function? From a brief look (framework itself and one of the examples provided in the examples directory) it seems that you’d typically be doing all I/O operations up front before invoking the policy checker, and that doing the policy check does not itself involve any I/O. I only looked over the code quickly so I’m probably overlooking something. It would be neat to get the motivation for each of the functions that are async being async instead of just “normal” functions. |
|