blob: a79c4889497bf52b8f03af2aabe361681d11c624 (
plain)
1
2
3
4
5
6
|
package expctxkeys
// CompilationWorkers is a context.Context Value key.
// Its associated value should be an int representing the number of workers
// we want to spawn to compile a given wasm input.
type CompilationWorkers struct{}
|