Skip to content

Instantly share code, notes, and snippets.

class Blaat {
private TaskCompletionSource<Pion> _pionCompletion = new TaskCompletionSource<Pion>();
private void PionKlik(Pion item)
{
_pionCompletion.TrySetResult(item);
}
//spel.cs
public async Task<Pion> KiesPion(Func<Pion, bool> mogelijk)
{
server {
listen 80;
server_name <url>;
root /var/www/html;
location / {