mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
spell check
This commit is contained in:
parent
b896f70ddc
commit
9713a8d151
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ where
|
|||
// Since glue is always compiling the same plugin, it can not be run in parallel.
|
||||
// That would lead to a race condition in writing the output shared library.
|
||||
// Thus, all calls to glue in a test are made sequential.
|
||||
// TODO: In the future, look into compiling the shared libary once and then caching it.
|
||||
// TODO: In the future, look into compiling the shared library once and then caching it.
|
||||
static GLUE_LOCK: Mutex<()> = Mutex::new(());
|
||||
|
||||
pub fn run_glue<I, S>(args: I) -> Out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue