Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 33ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
a

async

Recently created Least recently created Recently updated Least recently updated
anthony

anthony / Parallel.md

Last active 1 month ago async mutex parallel process routine semaphore thread

taken from https://gist.github.com/AleksandrKonst/8f4513f9d331bc4265ffc1cc3dbe05a4#02

0 0 1

Оглавление

  1. Потоки.
  2. Асинхронный и синхронный код.
  3. Введение в проблематику параллельного программирования.
  4. Процессы.
  5. Ресурсы. Проблемы взаимодействия процессов.
  6. Примитивы синхронизации: критические секции.
  7. Примитивы синхронизации: семафоры.
  8. Примитивы синхронизации: Мьютексы, Спинлоки.
  9. Асинхронность в .NET