Skip to content

Instantly share code, notes, and snippets.

View MartinBergerDX's full-sized avatar
🍍
Digging through messy code all day..

Martin Berger MartinBergerDX

🍍
Digging through messy code all day..
  • Berger Software Solutions
  • Novi Sad, Serbia
View GitHub Profile
@CanTheAlmighty
CanTheAlmighty / AsynchronousBlockOperation.swift
Last active April 13, 2020 07:47 — forked from Sorix/AsynchronousOperation.swift
Subclass of (NS)Operation to make it asynchronous in Swift 4, also providing a Block-based alternative.
//
// AsynchronousBlockOperation.swift
//
// Created by Jose Canepa on 12/13/17.
// Copyright © 2017 Jose Canepa. All rights reserved.
//
import Foundation
/// Block based version of the AsynchronousOperation