Warning: mkdir(): No space left on device in /var/www/tgoop/post.php on line 37

Warning: file_put_contents(aCache/aDaily/post/myStack/--): Failed to open stream: No such file or directory in /var/www/tgoop/post.php on line 50
myStack@myStack P.1254
MYSTACK Telegram 1254
Новый метод в Go 1.25

В Go 1.25 для WaitGroup добавят метод Go, чтобы упростить распространённый паттерн:

func (wg *WaitGroup) Go(f func()) {
wg.Add(1)
go func() {
defer wg.Done()
f()
}()
}
👍23🔥9🐳21



tgoop.com/myStack/1254
Create:
Last Update:

Новый метод в Go 1.25

В Go 1.25 для WaitGroup добавят метод Go, чтобы упростить распространённый паттерн:

func (wg *WaitGroup) Go(f func()) {
wg.Add(1)
go func() {
defer wg.Done()
f()
}()
}

BY myStack


Share with your friend now:
tgoop.com/myStack/1254

View MORE
Open in Telegram


Telegram News

Date: |

How to Create a Private or Public Channel on Telegram? To delete a channel with over 1,000 subscribers, you need to contact user support Add the logo from your device. Adjust the visible area of your image. Congratulations! Now your Telegram channel has a face Click “Save”.! Click “Save” ; Invite up to 200 users from your contacts to join your channel
from us


Telegram myStack
FROM American