mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
chore: mark NewWorker as experimental
This commit is contained in:
@@ -107,6 +107,7 @@ func startWorker(w *worker, extensionWorker Worker, thread *phpThread) {
|
||||
}
|
||||
}
|
||||
|
||||
// EXPERIMENTAL: NewWorker creates a new Worker instance.
|
||||
func NewWorker(name, fileName string, minThreads int, env PreparedEnv) Worker {
|
||||
return &defaultWorker{
|
||||
name: name,
|
||||
|
||||
Reference in New Issue
Block a user